You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2015/06/09 21:22:39 UTC

svn commit: r1684504 - /webservices/axiom/trunk/axiom-all/pom.xml

Author: veithen
Date: Tue Jun  9 19:22:39 2015
New Revision: 1684504

URL: http://svn.apache.org/r1684504
Log:
Disable dependency reduced POMs for axiom-all as well.

Modified:
    webservices/axiom/trunk/axiom-all/pom.xml

Modified: webservices/axiom/trunk/axiom-all/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/axiom-all/pom.xml?rev=1684504&r1=1684503&r2=1684504&view=diff
==============================================================================
--- webservices/axiom/trunk/axiom-all/pom.xml (original)
+++ webservices/axiom/trunk/axiom-all/pom.xml Tue Jun  9 19:22:39 2015
@@ -100,6 +100,9 @@
                             <transformers>
                                 <transformer implementation="org.apache.axiom.buildutils.shade.axiomxml.AxiomXmlResourceTransformer" />
                             </transformers>
+                            <!-- Since the artifact is only included in the binary distribution but not
+                                 deployed to Maven repositories, we don't need a dependency reduced POM. -->
+                            <createDependencyReducedPom>false</createDependencyReducedPom>
                         </configuration>
                     </execution>
                 </executions>