Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

Commit

Permalink
Remove the installation to the local Maven repository
Browse files Browse the repository at this point in the history
  • Loading branch information
GiantTreeLP authored Sep 2, 2019
1 parent 3e01807 commit 5b7b2aa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ pipeline {
sh 'mvn package javadoc:aggregate-jar'
}
}
stage('Install') {
steps {
sh 'mvn install'
}
}
stage('Release ZIP') {
steps {
sh '''mkdir -p temp;
Expand Down

0 comments on commit 5b7b2aa

Please sign in to comment.