You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2007/12/15 15:09:03 UTC

svn commit: r604431 - /incubator/cxf/trunk/distribution/bundle/pom.xml

Author: dkulp
Date: Sat Dec 15 06:09:03 2007
New Revision: 604431

URL: http://svn.apache.org/viewvc?rev=604431&view=rev
Log:
Turn off source jar for now to fix cruisecontrol.   Will put that in the deploy profile later.

Modified:
    incubator/cxf/trunk/distribution/bundle/pom.xml

Modified: incubator/cxf/trunk/distribution/bundle/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/bundle/pom.xml?rev=604431&r1=604430&r2=604431&view=diff
==============================================================================
--- incubator/cxf/trunk/distribution/bundle/pom.xml (original)
+++ incubator/cxf/trunk/distribution/bundle/pom.xml Sat Dec 15 06:09:03 2007
@@ -280,7 +280,7 @@
                         <configuration>
                             <shadedGroupFilter>org.apache.cxf</shadedGroupFilter>
                             <shadedArtifactAttached>false</shadedArtifactAttached>
-                            <createSourcesJar>true</createSourcesJar>
+                            <!--createSourcesJar>true</createSourcesJar-->
                             <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
                             <createDependencyReducedPom>true</createDependencyReducedPom>