Skip to content

Commit ecc8fa8

Browse files
committed
Add distributionManagement into pom.xml
1 parent 07f92cb commit ecc8fa8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

+11
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@
88

99
<packaging>war</packaging>
1010

11+
<distributionManagement>
12+
<snapshotRepository>
13+
<id>github</id>
14+
<url>https://maven.pkg.github.com/devops-ws/learn-pipeline-java</url>
15+
</snapshotRepository>
16+
<repository>
17+
<id>github</id>
18+
<url>https://maven.pkg.github.com/devops-ws/learn-pipeline-java</url>
19+
</repository>
20+
</distributionManagement>
21+
1122
<build>
1223
<plugins>
1324
<plugin>

0 commit comments

Comments
 (0)