Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Commit

Permalink
Remove shade plugin and bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mikroskeem committed Jul 1, 2017
1 parent a0df6cc commit 82a4333
Showing 1 changed file with 1 addition and 31 deletions.
32 changes: 1 addition & 31 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.mrpowergamerbr.protocolsupportswordblocking</groupId>
<artifactId>ProtocolSupportSwordBlocking</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>

<properties>
<minecraft.version>1.12-R0.1-SNAPSHOT</minecraft.version>
Expand Down Expand Up @@ -60,36 +60,6 @@
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>2.4.3</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
</execution>
</executions>
<configuration>
<minimizeJar>true</minimizeJar>
<filters>
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>META-INF/LICENSE</exclude>
<exclude>META-INF/DEPENDENCIES</exclude>
<exclude>META-INF/NOTICE</exclude>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
<exclude>META-INF/maven/**</exclude>
</excludes>
</filter>
</filters>
</configuration>
</plugin>
</plugins>
<resources>
<resource>
Expand Down

0 comments on commit 82a4333

Please sign in to comment.