deploy branch jar to github packages maven repo

This commit is contained in:
Chris Frohoff
2022-06-24 19:53:37 -07:00
parent c8e203e358
commit 5581a773eb
2 changed files with 26 additions and 0 deletions
+7
View File
@@ -483,4 +483,11 @@
</profile>
</profiles>
<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/frohoff/ysoserial</url>
</repository>
</distributionManagement>
</project>