File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change 12
12
<profile >
13
13
<id >github</id >
14
14
<repositories >
15
+ <repository >
16
+ <id >github</id >
17
+ <name >GitHub Apache Maven Packages</name >
18
+ <url >https://maven.pkg.github.com/navikt/k9-format/</url >
19
+ <releases >
20
+ <enabled >true</enabled >
21
+ </releases >
22
+ <snapshots >
23
+ <enabled >false</enabled >
24
+ </snapshots >
25
+ </repository >
15
26
<repository >
16
27
<id >central</id >
17
28
<url >https://repo.maven.apache.org/maven2</url >
18
29
<releases >
19
30
<enabled >true</enabled >
20
31
</releases >
21
32
<snapshots >
22
- <enabled >true </enabled >
33
+ <enabled >false </enabled >
23
34
</snapshots >
24
35
</repository >
25
- <repository >
26
- <id >github</id >
27
- <name >GitHub Apache Maven Packages</name >
28
- <url >https://maven.pkg.github.com/navikt/k9-format/</url >
29
- </repository >
30
36
</repositories >
31
37
</profile >
32
38
</profiles >
39
45
<password >${env.GITHUB_PASSWORD}</password >
40
46
</server >
41
47
</servers >
42
- </settings >
48
+ </settings >
You can’t perform that action at this time.
0 commit comments