Skip to content

Commit c220628

Browse files
committed
add distribution management for GitHub Maven Package Repository
1 parent a855654 commit c220628

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,12 @@
5858
</plugin>
5959
</plugins>
6060
</build>
61+
62+
<distributionManagement>
63+
<repository>
64+
<id>github</id>
65+
<name>GitHub Maven Package Repository</name>
66+
<url>https://maven.pkg.github.com/gabrielldn/java-api-with-otlp-sdk</url>
67+
</repository>
68+
</distributionManagement>
6169
</project>

0 commit comments

Comments
 (0)