Skip to content

Commit

Permalink
build: add license, distributionManagement
Browse files Browse the repository at this point in the history
  • Loading branch information
lokka30 committed Jan 5, 2025
1 parent 0c5b3ba commit 838f6a6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,17 @@
<mariadb.version>3.2.0</mariadb.version>
</properties>

<licenses>
<license>
<name>GNU General Public License v3.0</name>
</license>
</licenses>

<distributionManagement>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/ArcanePlugins/Polyconomy</url>
</repository>
</distributionManagement>

</project>

0 comments on commit 838f6a6

Please sign in to comment.