mirror of
https://github.com/CarmJos/EasyPlugin.git
synced 2026-06-04 16:48:16 +08:00
测试Javadoc部署
This commit is contained in:
@@ -1,14 +1,18 @@
|
||||
rm -rf docs
|
||||
mkdir -vp docs
|
||||
|
||||
DOC_URL="target/site/apidocs/"
|
||||
|
||||
for FILE in easyplugin-*; do
|
||||
|
||||
if test -e "$FILE/target/site/apidocs/"; then
|
||||
if test -e "$FILE/$DOC_URL"; then
|
||||
ls -l "$FILE/*"
|
||||
|
||||
DOC_NAME="${FILE:11}"
|
||||
mkdir -vp "docs/$DOC_NAME/"
|
||||
MODULE_FILE="docs/${FILE:11}/"
|
||||
|
||||
cp -vrf "$FILE/target/site/apidocs/*" "docs/$DOC_NAME/"
|
||||
mkdir -vp "$MODULE_FILE"
|
||||
|
||||
cp -vrf "$FILE/$DOC_URL*" "$MODULE_FILE"
|
||||
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user