SGF-847 - Set user.name and user.home for CI jobs.

This commit is contained in:
Greg Turnquist
2019-06-24 14:53:01 -05:00
parent 7365cc7fa3
commit 4e7ae8ffa9
3 changed files with 14 additions and 118 deletions

View File

@@ -303,8 +303,8 @@
</deployProperties>
<publisher>
<contextUrl>https://repo.spring.io</contextUrl>
<username>{{USERNAME}}</username>
<password>{{PASSWORD}}</password>
<username>{{ARTIFACTORY_USR}}</username>
<password>{{ARTIFACTORY_PSW}}</password>
<repoKey>libs-snapshot-local</repoKey>
<snapshotRepoKey>libs-snapshot-local</snapshotRepoKey>
</publisher>