Adds `-Plugin` suffix to plugin maven sub-module

This commit is contained in:
Christian Koop 2023-06-30 16:06:13 +02:00
parent 135a75e9bf
commit e16cffc299
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3
58 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<artifactId>UltimateStacker-Parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>UltimateStacker</artifactId>
<artifactId>UltimateStacker-Plugin</artifactId>
<build>
<plugins>

View File

@ -11,7 +11,7 @@
<modules>
<module>UltimateStacker-API</module>
<module>UltimateStacker</module>
<module>UltimateStacker-Plugin</module>
</modules>
<name>UltimateStacker</name>