Update workflow to publish jar in qqq-maven

This commit is contained in:
tsamplesKR
2022-04-28 12:34:35 -05:00
parent 588dfdbad8
commit 0a60cfc0be
2 changed files with 52 additions and 0 deletions

17
pom.xml
View File

@ -151,4 +151,21 @@
</plugins>
</build>
<repositories>
<repository>
<id>github</id>
<name>GitHub QQQ Maven Registry</name>
<url>https://maven.pkg.github.com/Kingsrook/qqq-maven-registry</url>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>github-qqq-maven-registry</id>
<name>GitHub QQQ Maven Registry</name>
<url>https://maven.pkg.github.com/Kingsrook/qqq-maven-registry</url>
</repository>
</distributionManagement>
</project>