File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ MESSAGE=$(git log -1 --pretty=%B)
12
12
13
13
./mvnw javadoc:javadoc -Dmaven.javadoc.skip=false --no-transfer-progress
14
14
15
- if [ -e target/site/apidocs /element-list ]
16
- then cp target/site/apidocs/ element-list target/site /apidocs/package-list
15
+ if [ -e target/javadoc-bundle-options /element-list ]
16
+ then cp target/javadoc-bundle-options/ element-list target/reports /apidocs/package-list
17
17
fi
18
18
19
19
RELEASE_VERSION=$( cat pom.xml | grep -oPm1 " (?<=<version>)[^<]+" )
@@ -26,7 +26,7 @@ git checkout gh-pages
26
26
mkdir -p $RELEASE_VERSION /htmlsingle
27
27
cp target/generated-docs/index.html $RELEASE_VERSION /htmlsingle
28
28
mkdir -p $RELEASE_VERSION /api
29
- cp -r target/site /apidocs/* $RELEASE_VERSION /api/
29
+ cp -r target/reports /apidocs/* $RELEASE_VERSION /api/
30
30
git add $RELEASE_VERSION /
31
31
32
32
if [[ $LATEST == " true" ]]
@@ -44,7 +44,7 @@ if [[ $LATEST == "true" ]]
44
44
mkdir -p $DOC_DIR /htmlsingle
45
45
cp target/generated-docs/index.html $DOC_DIR /htmlsingle
46
46
mkdir -p $DOC_DIR /api
47
- cp -r target/site /apidocs/* $DOC_DIR /api/
47
+ cp -r target/reports /apidocs/* $DOC_DIR /api/
48
48
git add $DOC_DIR /
49
49
50
50
fi
You can’t perform that action at this time.
0 commit comments