Author: dkulp
Date: Mon Jan 21 15:31:01 2008
New Revision: 614051

URL: http://svn.apache.org/viewvc?rev=614051&view=rev
Log:
deploy is broken as the new shade plugin fixes the jar issue, but breaks source 
jars.  Don't create the source jar right now

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=614051&r1=614050&r2=614051&view=diff
==============================================================================
--- incubator/cxf/trunk/distribution/bundle/pom.xml (original)
+++ incubator/cxf/trunk/distribution/bundle/pom.xml Mon Jan 21 15:31:01 2008
@@ -37,6 +37,7 @@
         <maven.test.skip>true</maven.test.skip>
         <cxf.version>${pom.version}</cxf.version>
         <createSourcesJar>false</createSourcesJar>
+       <shade.version>1.0-beta-1</shade.version>
     </properties>
 
     <dependencies>
@@ -282,7 +283,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-shade-plugin</artifactId>
-                <version>1.0-beta-1</version>
+                <version>${shade.version}</version>
                 <executions>
                     <execution>
                         <phase>package</phase>
@@ -339,9 +340,9 @@
     <profiles>
          <profile>
              <id>deploy</id>
-             <properties>
+             <!--properties>
                  <createSourcesJar>true</createSourcesJar>                     
-             </properties>
+             </properties-->
              <build>
                  <plugins>
                      <plugin>


Reply via email to