Skip to content

Commit

Permalink
i hate java and maven
Browse files Browse the repository at this point in the history
  • Loading branch information
j1sk1ss committed Jan 12, 2025
1 parent b09e5bb commit 5de5c3b
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,15 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.3</version>
<version>3.2.4</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<artifactSet>
<excludes>
<exclude>com.github.j1sk1ss:ItemManager.PC</exclude>
<exclude>com.github.j1sk1ss:CordellDB.EXMPL</exclude>
</excludes>
</artifactSet>
<createDependencyReducedPom>false</createDependencyReducedPom>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 5de5c3b

Please sign in to comment.