Attempt to fix Jitpack issue

This commit is contained in:
Jitse Boonstra
2019-05-06 09:00:16 +02:00
parent 39192ba48c
commit 70e17624bd
3 changed files with 47 additions and 12 deletions
+15
View File
@@ -84,5 +84,20 @@
<build>
<defaultGoal>clean install</defaultGoal>
<finalName>npclib-api-${project.version}</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.1.0</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>