mirror of
https://github.com/kaboomserver/commandspy.git
synced 2025-08-05 20:22:53 +00:00
Clean up pom
This commit is contained in:
parent
53dfd741bf
commit
64056dfd02
1 changed files with 2 additions and 13 deletions
15
pom.xml
15
pom.xml
|
@ -2,19 +2,13 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>pw.kaboom</groupId>
|
<groupId>pw.kaboom</groupId>
|
||||||
<artifactId>CommandSpy</artifactId>
|
<artifactId>CommandSpy</artifactId>
|
||||||
<version>1.0.0</version>
|
<version>master</version>
|
||||||
|
|
||||||
<properties>
|
|
||||||
<maven.compiler.source>7</maven.compiler.source>
|
|
||||||
<maven.compiler.target>7</maven.compiler.target>
|
|
||||||
</properties>
|
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.destroystokyo.paper</groupId>
|
<groupId>com.destroystokyo.paper</groupId>
|
||||||
<artifactId>paper-api</artifactId>
|
<artifactId>paper-api</artifactId>
|
||||||
<version>1.13-R0.1-SNAPSHOT</version>
|
<version>1.13-R0.1-SNAPSHOT</version>
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
@ -26,12 +20,7 @@
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<resources>
|
<finalName>${project.artifactId}</finalName>
|
||||||
<resource>
|
|
||||||
<directory>src/main/resources</directory>
|
|
||||||
<filtering>true</filtering>
|
|
||||||
</resource>
|
|
||||||
</resources>
|
|
||||||
</build>
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue