Reverted previous commit

This commit is contained in:
Jitse Boonstra
2019-05-06 17:04:15 +02:00
parent 70e17624bd
commit 3fb931e26e
3 changed files with 27 additions and 47 deletions
-15
View File
@@ -84,20 +84,5 @@
<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>