#190 - Set user.name and user.home for CI jobs.

This commit is contained in:
Greg Turnquist
2019-06-24 14:25:57 -05:00
parent 860347e8b7
commit df302c970f
3 changed files with 14 additions and 118 deletions

View File

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