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> <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> </project>

View File

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

View File

@ -68,13 +68,6 @@
<version>1.12.2-R0.1-SNAPSHOT</version> <version>1.12.2-R0.1-SNAPSHOT</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </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> </dependencies>
<modules> <modules>