Skip to content

Commit

Permalink
Merge pull request payara#6579 from Pandrex247/SkipJavadocAndSource
Browse files Browse the repository at this point in the history
Skip Generating Javadoc and Sources in Jenkins
  • Loading branch information
Pandrex247 committed Apr 4, 2024
1 parent a3a0e46 commit e197b99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ pipeline {
echo '*#*#*#*#*#*#*#*#*#*#*#*# Building SRC *#*#*#*#*#*#*#*#*#*#*#*#*#*#*#'
sh """mvn -B -V -ff -e clean install --strict-checksums -PQuickBuild \
-Djavax.net.ssl.trustStore=${env.JAVA_HOME}/lib/security/cacerts \
-Djavax.xml.accessExternalSchema=all -Dbuild.number=${payaraBuildNumber}"""
-Djavax.xml.accessExternalSchema=all -Dbuild.number=${payaraBuildNumber} \
-Djavadoc.skip -Dsource.skip"""
echo '*#*#*#*#*#*#*#*#*#*#*#*# Built SRC *#*#*#*#*#*#*#*#*#*#*#*#*#*#*#'
}
post {
Expand Down

0 comments on commit e197b99

Please sign in to comment.