Skip to content

Commit

Permalink
Remove Maven shade plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
julgus committed Dec 2, 2022
1 parent cca515a commit 3a390a5
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions core/pom.xml
Expand Up @@ -161,39 +161,5 @@
</developer>
</developers>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.4.1</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<filters>
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>module-info.java</exclude>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
</excludes>
</filter>
</filters>
<shadedArtifactAttached>true</shadedArtifactAttached>
<shadedClassifierName>jpastreamer-core-uber</shadedClassifierName>
<!---<minimizeJar>true</minimizeJar>-->
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>


</project>

0 comments on commit 3a390a5

Please sign in to comment.