You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2010/05/08 16:24:03 UTC

svn commit: r942390 - /tuscany/sca-java-2.x/trunk/distribution/all/pom.xml

Author: slaws
Date: Sat May  8 14:24:02 2010
New Revision: 942390

URL: http://svn.apache.org/viewvc?rev=942390&view=rev
Log:
Exclude shaded jars from the distribution modules directory

Modified:
    tuscany/sca-java-2.x/trunk/distribution/all/pom.xml

Modified: tuscany/sca-java-2.x/trunk/distribution/all/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/distribution/all/pom.xml?rev=942390&r1=942389&r2=942390&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/distribution/all/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/distribution/all/pom.xml Sat May  8 14:24:02 2010
@@ -185,6 +185,9 @@
                              <useDistributionName>${useDistributionName}</useDistributionName>
                              <generateAggregatedBundle>${generateAggregatedBundle}</generateAggregatedBundle>
                              <generateManifestJar>true</generateManifestJar>
+                             <excludeGroupIds>
+                                 <groupId>org.apache.tuscany.sca.shades</groupId>
+                             </excludeGroupIds>
                              <artifactManifests>
                                  <artifactManifest>
                                      <groupId>org.apache.ws.commons.axiom</groupId>