File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
packer/provisioners/ansible/roles/security/files Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 77 <!-- maven repository authentication for deployment or artifacts -->
88 <server >
99 <id >unidata-snapshots</id >
10- <username >${nexus .username}</username >
11- <password >${nexus .password}</password >
10+ <username >${artifacts .username}</username >
11+ <password >${artifacts .password}</password >
1212 </server >
1313 <server >
1414 <id >unidata-releases</id >
15- <username >${nexus .username}</username >
16- <password >${nexus .password}</password >
15+ <username >${artifacts .username}</username >
16+ <password >${artifacts .password}</password >
1717 </server >
1818 <server >
1919 <id >unidata-3rdparty</id >
20- <username >${nexus .username}</username >
21- <password >${nexus .password}</password >
20+ <username >${artifacts .username}</username >
21+ <password >${artifacts .password}</password >
2222 </server >
2323 </servers >
2424</settings >
You can’t perform that action at this time.
0 commit comments