Skip to content

Commit c180d20

Browse files
authored
remove settings specification to use default settings instead (#27)
1 parent 21bc947 commit c180d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pipeline {
1818
when { branch 'master' }
1919
steps {
2020
echo "Deploy"
21-
sh 'mvn help:effective-settings -B -V clean deploy -e -s ~/sonatype/settings.xml'
21+
sh 'mvn help:effective-settings -B -V clean deploy -e'
2222
}
2323
}
2424
}

0 commit comments

Comments
 (0)