maven is yes

This commit is contained in:
YouHaveTrouble
2021-07-05 05:20:34 +02:00
parent bec049570d
commit 4a8902ad21
5 changed files with 42 additions and 63 deletions
+9 -6
View File
@@ -3,13 +3,15 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>eu.endermite.commandwhitelist</groupId>
<artifactId>CommandWhitelist</artifactId>
<version>2.0</version>
</parent>
<groupId>eu.endermite.commandwhitelist</groupId>
<artifactId>CommandWhitelistVelocity</artifactId>
<version>2.0</version>
<artifactId>Velocity</artifactId>
<packaging>jar</packaging>
<name>CommandWhitelistVelocity</name>
<name>CommandWhitelist</name>
<description>You decide what commands players can use or tab complete on your server!</description>
<properties>
@@ -41,6 +43,7 @@
</goals>
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
<finalName>${name}-${artifactId}-${project.parent.version}</finalName>
<relocations>
<relocation>
<pattern>org.bstats</pattern>
@@ -83,7 +86,7 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>eu.endermite</groupId>
<groupId>eu.endermite.commandwhitelist</groupId>
<artifactId>Common</artifactId>
<version>2.0</version>
<scope>compile</scope>