Author: veithen
Date: Wed May 27 19:48:57 2015
New Revision: 1682107

URL: http://svn.apache.org/r1682107
Log:
Minimize the shaded implementation JARs.

Modified:
    webservices/axiom/trunk/implementations/pom.xml

Modified: webservices/axiom/trunk/implementations/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/axiom/trunk/implementations/pom.xml?rev=1682107&r1=1682106&r2=1682107&view=diff
==============================================================================
--- webservices/axiom/trunk/implementations/pom.xml (original)
+++ webservices/axiom/trunk/implementations/pom.xml Wed May 27 19:48:57 2015
@@ -86,6 +86,8 @@
                     <transformers>
                         <transformer 
implementation="org.apache.axiom.buildutils.shade.osgi.OSGiManifestResourceTransformer"
 />
                     </transformers>
+                    <!-- This removes most of the AspectJ runtime classes from 
the shaded JAR -->
+                    <minimizeJar>true</minimizeJar>
                     <createSourcesJar>true</createSourcesJar>
                 </configuration>
                 <dependencies>


Reply via email to