mirror of
https://github.com/aikar/commands.git
synced 2026-05-31 06:11:55 +00:00
Clean up JavaDocs (Deployed ACF)
No longer generate the zip files in git and use proper doclint flag Speeds up javadoc generation fixing a bug in config
This commit is contained in:
@@ -2,9 +2,11 @@
|
||||
if [ ! -z "$1" ]; then
|
||||
cd $1 || exit 1
|
||||
fi
|
||||
mvn -T 4 clean javadoc:jar deploy || exit 1
|
||||
mvn -T 4 clean deploy || exit 1
|
||||
mvn -T1 javadoc:jar || exit 1
|
||||
if [ ! -z "$1" ]; then
|
||||
cd - || exit 1
|
||||
fi
|
||||
git add docs
|
||||
git co docs/**/overview-summary.html docs/**/index.html
|
||||
git commit docs -m "(DEPLOYED ACF) Updated JavaDocs"
|
||||
|
||||
Reference in New Issue
Block a user