File tree Expand file tree Collapse file tree 2 files changed +18
-28
lines changed
akka-javasdk-maven/akka-javasdk-parent Expand file tree Collapse file tree 2 files changed +18
-28
lines changed Original file line number Diff line number Diff line change 1
1
<settings xmlns =" http://maven.apache.org/SETTINGS/1.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
- xsi : schemaLocation =" http://maven.apache.org/SETTINGS/1.0.0 https://maven.apache.org/xsd/settings-1.0.0.xsd" >
2
+ xsi:schemaLocation=" http://maven.apache.org/SETTINGS/1.0.0 https://maven.apache.org/xsd/settings-1.0.0.xsd" >
3
+
3
4
<profiles >
4
5
<profile >
5
- <id >akka-github-actions</id >
6
- <repositories >
7
- <repository >
8
- <id >akka-repository</id >
9
- <name >Akka library repository</name >
10
- <!-- This only works for Akka's internal CI/CD -->
11
- <url >https://repo.akka.io/maven/github_actions</url >
12
- </repository >
13
- </repositories >
14
- <pluginRepositories >
15
- <pluginRepository >
16
- <id >akka-repository</id >
17
- <name >Akka library repository</name >
18
- <!-- This only works for Akka's internal CI/CD -->
19
- <url >https://repo.akka.io/maven/github_actions</url >
20
- </pluginRepository >
21
- </pluginRepositories >
6
+ <id >akka-default</id >
7
+ <activation >
8
+ <activeByDefault >true</activeByDefault >
9
+ </activation >
10
+ <properties >
11
+ <akka-secure-repo >https://repo.akka.io/maven/github_actions</akka-secure-repo >
12
+ </properties >
22
13
</profile >
23
14
</profiles >
24
- <activeProfiles >
25
- <activeProfile >akka-github-actions</activeProfile >
26
- </activeProfiles >
27
- </settings >
15
+ </settings >
Original file line number Diff line number Diff line change 54
54
<maven-failsafe-plugin .version>3.1.2</maven-failsafe-plugin .version>
55
55
<maven-surefire-plugin .version>2.22.2</maven-surefire-plugin .version>
56
56
<maven-deploy-plugin .version>3.1.1</maven-deploy-plugin .version>
57
-
57
+ <akka-token >invalid-token</akka-token >
58
+ <akka-secure-repo >https://repo.akka.io/${akka-token} /secure</akka-secure-repo >
58
59
</properties >
59
60
60
61
61
62
<pluginRepositories >
62
63
<pluginRepository >
63
- <id >akka-repository</id >
64
- <url >https://repo.akka.io/maven</url >
64
+ <id >akka-secure</id >
65
+ <name >Akka Secure</name >
66
+ <url >${akka-secure-repo} </url >
65
67
</pluginRepository >
66
68
</pluginRepositories >
67
69
68
70
<repositories >
69
71
<repository >
70
- <id >akka-repository </id >
71
- <name >Akka repository </name >
72
- <url >https://repo. akka.io/maven </url >
72
+ <id >akka-secure </id >
73
+ <name >Akka Secure </name >
74
+ <url >${ akka-secure-repo} </url >
73
75
</repository >
74
76
</repositories >
75
77
You can’t perform that action at this time.
0 commit comments