Skip to content
This repository was archived by the owner on Aug 12, 2026. It is now read-only.

Commit 601c5d9

Browse files
updated actions-maven-setting file
1 parent 7e596e0 commit 601c5d9

1 file changed

Lines changed: 60 additions & 60 deletions

File tree

travis/actions-maven-settings.xml

Lines changed: 60 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,69 @@
11
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
4-
http://maven.apache.org/xsd/settings-1.0.0.xsd">
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
4+
http://maven.apache.org/xsd/settings-1.0.0.xsd">
55

6-
<mirrors>
7-
<mirror>
8-
<mirrorOf>*,!artifact-registry</mirrorOf>
9-
<url>https://repo.maven.apache.org/maven2/</url>
10-
</mirror>
11-
</mirrors>
6+
<mirrors>
7+
<mirror>
8+
<mirrorOf>*,!artifact-registry</mirrorOf>
9+
<url>https://repo.maven.apache.org/maven2/</url>
10+
</mirror>
11+
</mirrors>
1212

13-
<profiles>
14-
<profile>
15-
<id>github-actions</id>
16-
<repositories>
17-
<repository>
18-
<id>artifact-registry</id>
19-
<url>https://us-west1-maven.pkg.dev/som-rit-infrastructure-prod/ace-maven</url>
20-
<releases>
21-
<enabled>true</enabled>
22-
</releases>
23-
<snapshots>
24-
<enabled>false</enabled>
25-
</repository>
26-
</repository>
27-
</repositories>
13+
<profiles>
14+
<profile>
15+
<id>ci-build</id>
16+
<repositories>
17+
<repository>
18+
<id>artifact-registry</id>
19+
<url>https://us-west1-maven.pkg.dev/som-rit-infrastructure-prod/ace-maven</url>
20+
<releases>
21+
<enabled>true</enabled>
22+
</releases>
23+
<snapshots>
24+
<enabled>false</enabled>
25+
</snapshots>
26+
</repository>
27+
</repositories>
2828

29-
<pluginRepositories>
30-
<pluginRepository>
31-
<releases>
32-
<updatePolicy>never</updatePolicy>
33-
</releases>
34-
<snapshots>
35-
<enabled>false</enabled>
36-
</snapshots>
37-
<id>central</id>
38-
<name>Central Repository</name>
39-
<url>https://repo.maven.apache.org/maven2</url>
40-
</pluginRepository>
41-
</pluginRepositories>
42-
</profile>
43-
</profiles>
29+
<pluginRepositories>
30+
<pluginRepository>
31+
<releases>
32+
<updatePolicy>never</updatePolicy>
33+
</releases>
34+
<snapshots>
35+
<enabled>false</enabled>
36+
</snapshots>
37+
<id>central</id>
38+
<name>Central Repository</name>
39+
<url>https://repo.maven.apache.org/maven2</url>
40+
</pluginRepository>
41+
</pluginRepositories>
42+
</profile>
43+
</profiles>
4444

45-
<activeProfiles>
46-
<!-- Activate the profile for GitHub Actions -->
47-
<activeProfile>github-actions</activeProfile>
48-
</activeProfiles>
45+
<activeProfiles>
46+
<!-- Activate the profile for GitHub Actions -->
47+
<activeProfile>github-actions</activeProfile>
48+
</activeProfiles>
4949

50-
<servers>
51-
<server>
52-
<id>artifact-registry</id>
53-
<username>oauth2accesstoken</username>
54-
<password>${env.ACCESS_TOKEN}</password> <!-- Access token set as environment variable -->
55-
</server>
50+
<servers>
51+
<server>
52+
<id>artifact-registry</id>
53+
<username>oauth2accesstoken</username>
54+
<password>${env.ACCESS_TOKEN}</password> <!-- Access token set as environment variable -->
55+
</server>
5656

57-
<server>
58-
<id>ossrh</id>
59-
<username>${env.OSSRH_USERNAME}</username>
60-
<password>${env.OSSRH_PASSWORD}</password>
61-
</server>
57+
<server>
58+
<id>ossrh</id>
59+
<username>${env.OSSRH_USERNAME}</username>
60+
<password>${env.OSSRH_PASSWORD}</password>
61+
</server>
6262

63-
<server>
64-
<id>github.com</id>
65-
<username>${env.GITHUB_USERNAME}</username>
66-
<password>${env.GITHUB_TOKEN}</password>
67-
</server>
68-
</servers>
63+
<server>
64+
<id>github.com</id>
65+
<username>${env.GITHUB_USERNAME}</username>
66+
<password>${env.GITHUB_TOKEN}</password>
67+
</server>
68+
</servers>
6969
</settings>

0 commit comments

Comments
 (0)