This commit is contained in:
Looly
2025-01-01 23:48:53 +08:00
parent 12b56a3841
commit 2500d5307c
3 changed files with 7 additions and 1 deletions

View File

@@ -4,3 +4,8 @@
# 多模块聚合文档生成在target/site/apidocs
exec mvn javadoc:aggregate
bin_home="$(dirname ${BASH_SOURCE[0]})"
# 拷贝自定义的index.html到聚合文档目录
cp -vf $bin_home/../docs/apidocs/index.html $bin_home/../target/reports/apidocs/