added job and configuration for publishing the artifacts on github packages

This commit is contained in:
Sheldan
2020-06-03 21:03:06 +02:00
parent 1091e66013
commit db8afde7ea
2 changed files with 25 additions and 0 deletions

View File

@@ -27,6 +27,14 @@
<module>coverage</module>
</modules>
<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/Sheldan/abstracto</url>
</repository>
</distributionManagement>
<build>
<plugins>