mirror of
https://github.com/kaboomserver/weapons.git
synced 2024-10-31 16:59:25 +00:00
Clean up pom
This commit is contained in:
parent
53b715562b
commit
1e116190b2
14
pom.xml
14
pom.xml
|
@ -2,19 +2,13 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>pw.kaboom</groupId>
|
||||
<artifactId>Weapons</artifactId>
|
||||
<version>1.0.0</version>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>7</maven.compiler.source>
|
||||
<maven.compiler.target>7</maven.compiler.target>
|
||||
</properties>
|
||||
<version>master</version>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.destroystokyo.paper</groupId>
|
||||
<artifactId>paper-api</artifactId>
|
||||
<version>1.13-R0.1-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
@ -27,12 +21,6 @@
|
|||
|
||||
<build>
|
||||
<finalName>${project.artifactId}</finalName>
|
||||
<resources>
|
||||
<resource>
|
||||
<directory>src/main/resources</directory>
|
||||
<filtering>true</filtering>
|
||||
</resource>
|
||||
</resources>
|
||||
</build>
|
||||
</project>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: Weapons
|
||||
main: pw.kaboom.weapons.Main
|
||||
description: Plugin that adds weapons.
|
||||
description: Plugin that implements various kinds of weapons.
|
||||
api-version: 1.13
|
||||
version: ${project.version}
|
||||
|
||||
|
|
Loading…
Reference in a new issue