We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c1174f commit 546f09cCopy full SHA for 546f09c
pom.xml
@@ -52,12 +52,19 @@
52
</pluginRepository>
53
</pluginRepositories>
54
55
- <distributionManagement>
+ <!-- distributionManagement>
56
<repository>
57
<id>internal.repo</id>
58
<name>Internal repo</name>
59
<url>file:///var/lib/jenkins/deploy/</url>
60
</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>
68
</distributionManagement>
69
70
<dependencies>
0 commit comments