Update workflow to publish jar in qqq-maven

This commit is contained in:
tsamplesKR
2022-04-28 12:34:43 -05:00
parent 154468bdf3
commit 12a85b1d68
2 changed files with 51 additions and 0 deletions

16
pom.xml
View File

@ -142,4 +142,20 @@
</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>