Create maven-publish.yml

This commit is contained in:
Oliver.Warz@pdv.de 2022-05-01 13:45:33 +02:00
parent 95e7be284a
commit 16deb4043f
2 changed files with 10 additions and 0 deletions

View File

@ -6,6 +6,9 @@ name: Maven Package
on:
release:
types: [created]
on:
push:
branches: [main]
jobs:
build:

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>