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 2011/11/23 21:48:08 UTC

svn commit: r1205580 - in /cxf/branches/2.4.x-fixes: ./ pom.xml

Author: dkulp
Date: Wed Nov 23 20:48:08 2011
New Revision: 1205580

URL: http://svn.apache.org/viewvc?rev=1205580&view=rev
Log:
Merged revisions 1204664 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/trunk

........
  r1204664 | dkulp | 2011-11-21 14:42:48 -0500 (Mon, 21 Nov 2011) | 1 line
  
  Use faster method for source jars
........

Modified:
    cxf/branches/2.4.x-fixes/   (props changed)
    cxf/branches/2.4.x-fixes/pom.xml

Propchange: cxf/branches/2.4.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: cxf/branches/2.4.x-fixes/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/pom.xml?rev=1205580&r1=1205579&r2=1205580&view=diff
==============================================================================
--- cxf/branches/2.4.x-fixes/pom.xml (original)
+++ cxf/branches/2.4.x-fixes/pom.xml Wed Nov 23 20:48:08 2011
@@ -412,7 +412,7 @@
                             <execution>
                                 <id>attach-sources</id>
                                 <goals>
-                                    <goal>jar</goal>
+                                    <goal>jar-no-fork</goal>
                                 </goals>
                             </execution>
                         </executions>