Skip to content

Commit 5d08125

Browse files
authored
remove settings specification to use default settings instead (#38)
1 parent 7141307 commit 5d08125

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)