DATAGEODE-195 - Set user.name and user.home for CI jobs.

This commit is contained in:
Greg Turnquist
2019-06-24 15:22:39 -05:00
parent 8c7eda4790
commit 8d5a5dc19c
3 changed files with 14 additions and 118 deletions

View File

@@ -325,8 +325,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>