Skip to content

Commit 3ee5a9f

Browse files
committed
Replaced staging with snapshots
- From now on we can check compatibility with snapshot dependencies if they deploy to maven central snapshots. Maven is smart enough to know if it should check snapshot of "final" central repository. Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
1 parent e4a4ea3 commit 3ee5a9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pipeline {
3333
stages {
3434
stage('build') {
3535
steps {
36-
sh 'mvn -Pstaging,all-tests,dash-licenses clean install'
36+
sh 'mvn -Psnapshots,all-tests,dash-licenses clean install'
3737
junit testResults: '**/target/surefire-reports/*.xml', allowEmptyResults: true
3838
archiveArtifacts artifacts: 'dash-summary.txt'
3939

0 commit comments

Comments
 (0)