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>
 


Reply via email to