Skip to content

Commit 546f09c

Browse files
authored
Update pom.xml
1 parent 7c1174f commit 546f09c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,19 @@
5252
</pluginRepository>
5353
</pluginRepositories>
5454

55-
<distributionManagement>
55+
<!-- distributionManagement>
5656
<repository>
5757
<id>internal.repo</id>
5858
<name>Internal repo</name>
5959
<url>file:///var/lib/jenkins/deploy/</url>
6060
</repository>
61+
</distributionManagement -->
62+
<distributionManagement>
63+
<repository>
64+
<id>github</id>
65+
<name>GitHub OWNER Apache Maven Packages</name>
66+
<url>https://maven.pkg.github.com/OWNER/REPOSITORY</url>
67+
</repository>
6168
</distributionManagement>
6269

6370
<dependencies>

0 commit comments

Comments
 (0)