-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.xml
33 lines (31 loc) · 872 Bytes
/
settings.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<settings>
<servers>
<server>
<id>nextwork-nextwork-packages</id>
<username>aws</username>
<password>${env.CODEARTIFACT_AUTH_TOKEN}</password>
</server>
</servers>
<profiles>
<profile>
<id>nextwork-nextwork-packages</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<repositories>
<repository>
<id>nextwork-nextwork-packages</id>
<url>https://nextwork-050752641312.d.codeartifact.ap-southeast-2.amazonaws.com/maven/nextwork-packages/</url>
</repository>
</repositories>
</profile>
</profiles>
<mirrors>
<mirror>
<id>nextwork-nextwork-packages</id>
<name>nextwork-nextwork-packages</name>
<url>https://nextwork-050752641312.d.codeartifact.ap-southeast-2.amazonaws.com/maven/nextwork-packages/</url>
<mirrorOf>*</mirrorOf>
</mirror>
</mirrors>
</settings>