Skip to content

Commit

Permalink
Revert "Remove OWASP checks from basic-spring-boot build step"
Browse files Browse the repository at this point in the history
  • Loading branch information
etsauer authored Aug 1, 2019
1 parent 607a7a7 commit e52b35c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basic-spring-boot/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pipeline {
// Run Maven build, skipping tests
stage('Build'){
steps {
sh "mvn -B clean package -DskipTests=true -f ${POM_FILE}"
sh "mvn -B clean install -DskipTests=true -f ${POM_FILE}"
}
}

Expand Down

0 comments on commit e52b35c

Please sign in to comment.