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
+12 -2
View File
@@ -2,14 +2,23 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
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>
<groupId>eu.endermite</groupId>
<version>2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>Common</artifactId>
<packaging>jar</packaging>
<name>CommandWhitelist</name>
<description>You decide what commands players can use or tab complete on your server!</description>
<properties>
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<url>youhavetrouble.me</url>
<build>
<plugins>
@@ -34,6 +43,7 @@
</goals>
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
<finalName>${name}-${artifactId}-${project.parent.version}</finalName>
</configuration>
</execution>
</executions>