Added development build option to pom to skip signing
This commit is contained in:
parent
4ce53017a1
commit
4e6a2f18cd
2 changed files with 5 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -14,7 +14,7 @@ node {
|
|||
}
|
||||
|
||||
withMaven(mavenConfiguration) {
|
||||
def mvnParams = "-Dbuild.number=${BUILD_NUMBER}"
|
||||
def mvnParams = "-Dbuild.number=${BUILD_NUMBER} -Dbuild.development=false"
|
||||
|
||||
stage('Build') {
|
||||
sh "mvn ${mvnParams} clean compile"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue