|
|
@ -148,6 +148,61 @@ |
|
|
|
<goals> |
|
|
|
<goals> |
|
|
|
<goal>shade</goal> |
|
|
|
<goal>shade</goal> |
|
|
|
</goals> |
|
|
|
</goals> |
|
|
|
|
|
|
|
<configuration> |
|
|
|
|
|
|
|
<shadedArtifactAttached>false</shadedArtifactAttached> |
|
|
|
|
|
|
|
<createDependencyReducedPom>false</createDependencyReducedPom> |
|
|
|
|
|
|
|
<minimizeJar>true</minimizeJar> |
|
|
|
|
|
|
|
<filters> |
|
|
|
|
|
|
|
<filter> |
|
|
|
|
|
|
|
<artifact>*:*</artifact> |
|
|
|
|
|
|
|
<excludes> |
|
|
|
|
|
|
|
<exclude>META-INF/LICENSE*</exclude> |
|
|
|
|
|
|
|
<exclude>META-INF/NOTICE*</exclude> |
|
|
|
|
|
|
|
<exclude>META-INF/*.RSA</exclude> |
|
|
|
|
|
|
|
<exclude>META-INF/*.SF</exclude> |
|
|
|
|
|
|
|
<exclude>LICENSE*</exclude> |
|
|
|
|
|
|
|
<exclude>NOTICE*</exclude> |
|
|
|
|
|
|
|
</excludes> |
|
|
|
|
|
|
|
</filter> |
|
|
|
|
|
|
|
<filter> |
|
|
|
|
|
|
|
<artifact>cglib:cglib-nodep</artifact> |
|
|
|
|
|
|
|
<includes> |
|
|
|
|
|
|
|
<include>**</include> |
|
|
|
|
|
|
|
</includes> |
|
|
|
|
|
|
|
</filter> |
|
|
|
|
|
|
|
<filter> |
|
|
|
|
|
|
|
<artifact>org.sonarsource.java:java-frontend</artifact> |
|
|
|
|
|
|
|
<includes> |
|
|
|
|
|
|
|
<include>**</include> |
|
|
|
|
|
|
|
</includes> |
|
|
|
|
|
|
|
</filter> |
|
|
|
|
|
|
|
<filter> |
|
|
|
|
|
|
|
<artifact>xerces:xercesImpl</artifact> |
|
|
|
|
|
|
|
<includes> |
|
|
|
|
|
|
|
<include>**</include> |
|
|
|
|
|
|
|
</includes> |
|
|
|
|
|
|
|
</filter> |
|
|
|
|
|
|
|
<filter> |
|
|
|
|
|
|
|
<artifact>xml-apis:xml-apis</artifact> |
|
|
|
|
|
|
|
<includes> |
|
|
|
|
|
|
|
<include>**</include> |
|
|
|
|
|
|
|
</includes> |
|
|
|
|
|
|
|
</filter> |
|
|
|
|
|
|
|
<filter> |
|
|
|
|
|
|
|
<artifact>org.apache.tomcat.embed:tomcat-embed-jasper</artifact> |
|
|
|
|
|
|
|
<includes> |
|
|
|
|
|
|
|
<include>**</include> |
|
|
|
|
|
|
|
</includes> |
|
|
|
|
|
|
|
</filter> |
|
|
|
|
|
|
|
<!-- this is needed because org.apache.el.ExpressionFactoryImpl is instantiated with reflection --> |
|
|
|
|
|
|
|
<filter> |
|
|
|
|
|
|
|
<artifact>org.apache.tomcat.embed:tomcat-embed-el</artifact> |
|
|
|
|
|
|
|
<includes> |
|
|
|
|
|
|
|
<include>**</include> |
|
|
|
|
|
|
|
</includes> |
|
|
|
|
|
|
|
</filter> |
|
|
|
|
|
|
|
</filters> |
|
|
|
|
|
|
|
</configuration> |
|
|
|
</execution> |
|
|
|
</execution> |
|
|
|
</executions> |
|
|
|
</executions> |
|
|
|
</plugin> |
|
|
|
</plugin> |
|
|
|