Few small changes in the pom files.

This commit is contained in:
JitseB 2018-05-05 19:14:23 +02:00
parent c9a58ccd48
commit 19c6ca645b
3 changed files with 10 additions and 8 deletions

View File

@ -12,4 +12,12 @@
<artifactId>npclib-commons</artifactId>
<dependencies>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.12.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>

View File

@ -13,7 +13,8 @@
<artifactId>npclib-plugin</artifactId>
<build>
<finalName>NPCLib</finalName>
<directory>../target</directory>
<finalName>NPCLib-v${project.parent.version}</finalName>
<resources>
<resource>
<directory>src/main/resources</directory>

View File

@ -68,13 +68,6 @@
<version>1.12.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<!--Spigot API and NMS-->
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.12.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
<modules>