We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72ec541 commit 8c7e22cCopy full SHA for 8c7e22c
.gitlab-ci.yml
@@ -25,8 +25,8 @@ build_and_deploy:
25
26
rm -rf docs
27
find . -type f -name pom.xml | xargs sed -i "s/master\\-SNAPSHOT/$VERSION/g"
28
- mvn -amd -s $MVN_SETTINGS_FILE -B -U clean deploy
29
- mvn -s $MVN_SETTINGS_FILE javadoc:aggregate
+ mvn -amd -s $MVN_SETTINGS_FILE -Dmaven.repo.local=/m2/repository -B -U clean deploy
+ mvn -s $MVN_SETTINGS_FILE -Dmaven.repo.local=/m2/repository javadoc:aggregate
30
31
mkdir docs
32
cp -R target/site/apidocs/* docs/
0 commit comments