Author: dkulp Date: Wed Nov 23 21:11:24 2011 New Revision: 1205598 URL: http://svn.apache.org/viewvc?rev=1205598&view=rev Log: Merged revisions 1205580 via svnmerge from https://svn.us.apache.org/repos/asf/cxf/branches/2.4.x-fixes
................ r1205580 | dkulp | 2011-11-23 15:48:08 -0500 (Wed, 23 Nov 2011) | 9 lines 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.3.x-fixes/ (props changed) cxf/branches/2.3.x-fixes/pom.xml Propchange: cxf/branches/2.3.x-fixes/ ------------------------------------------------------------------------------ Binary property 'svnmerge-integrated' - no diff available. Modified: cxf/branches/2.3.x-fixes/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/pom.xml?rev=1205598&r1=1205597&r2=1205598&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/pom.xml (original) +++ cxf/branches/2.3.x-fixes/pom.xml Wed Nov 23 21:11:24 2011 @@ -411,7 +411,7 @@ <execution> <id>attach-sources</id> <goals> - <goal>jar</goal> + <goal>jar-no-fork</goal> </goals> </execution> </executions>
