Create maven-publish.yml

This commit is contained in:
Oliver.Warz@pdv.de 2022-05-01 13:45:33 +02:00
parent 95e7be284a
commit 1546f45911

View File

@ -142,4 +142,11 @@
-->
</plugins>
</build>
<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/omaster395464gh/fop4apex</url>
</repository>
</distributionManagement>
</project>