Skip to content
This repository was archived by the owner on Jan 20, 2021. It is now read-only.

Commit fd58882

Browse files
committed
Setup maven deployment (I hope)
1 parent 0a360a6 commit fd58882

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,12 @@
7979
</plugins>
8080
</pluginManagement>
8181
</build>
82+
83+
<distributionManagement>
84+
<repository>
85+
<id>github</id>
86+
<name>GitHub FreeStuffBot Apache Maven Packages</name>
87+
<url>https://maven.pkg.github.com/freestuffbot/api-wrapper-java</url>
88+
</repository>
89+
</distributionManagement>
8290
</project>

0 commit comments

Comments
 (0)