Skip to content

Commit ab7780d

Browse files
authored
Removed shaded jar configuration from pom file (#1239)
1 parent 33b8216 commit ab7780d

File tree

1 file changed

+0
-37
lines changed

1 file changed

+0
-37
lines changed

pom.xml

-37
Original file line numberDiff line numberDiff line change
@@ -361,43 +361,6 @@
361361
</testResource>
362362
</testResources>
363363
<plugins>
364-
<plugin>
365-
<groupId>org.apache.maven.plugins</groupId>
366-
<artifactId>maven-shade-plugin</artifactId>
367-
<version>3.2.1</version>
368-
<executions>
369-
<!-- Run shade goal on package phase -->
370-
<execution>
371-
<goals>
372-
<goal>shade</goal>
373-
</goals>
374-
<configuration>
375-
<artifactSet>
376-
<excludes>
377-
<exclude>junit:junit</exclude>
378-
<exclude>jmock:*</exclude>
379-
<exclude>*:xml-apis</exclude>
380-
<exclude>org.apache.maven:lib:tests</exclude>
381-
<exclude>log4j:log4j:jar:</exclude>
382-
</excludes>
383-
</artifactSet>
384-
<shadedArtifactAttached>true</shadedArtifactAttached>
385-
<filters>
386-
<filter>
387-
<artifact>*:*</artifact>
388-
<excludes>
389-
<exclude>META-INF/*.SF</exclude>
390-
<exclude>META-INF/*.DSA</exclude>
391-
<exclude>META-INF/*.RSA</exclude>
392-
<exclude>META-INF/NOTICE*</exclude>
393-
</excludes>
394-
</filter>
395-
</filters>
396-
<outputFile>${project.build.directory}\${project.build.finalName}-shaded.jar</outputFile>
397-
</configuration>
398-
</execution>
399-
</executions>
400-
</plugin>
401364
<plugin>
402365
<groupId>org.apache.maven.plugins</groupId>
403366
<artifactId>maven-enforcer-plugin</artifactId>

0 commit comments

Comments
 (0)