hutool/bin/javadoc.sh
2025-01-01 23:48:53 +08:00

12 lines
297 B
Bash
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/bin/bash
#exec mvn javadoc:javadoc
# 多模块聚合文档生成在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/