DATALDAP-119 - Set user.name and user.home for CI jobs.

This commit is contained in:
Greg Turnquist
2019-06-25 12:59:54 -05:00
parent d1fc08db86
commit 1e227ebf6c
3 changed files with 14 additions and 118 deletions

View File

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