You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bi...@apache.org on 2009/08/31 03:09:54 UTC

svn commit: r809444 - /cxf/trunk/rt/core/pom.xml

Author: bimargulies
Date: Mon Aug 31 01:09:54 2009
New Revision: 809444

URL: http://svn.apache.org/viewvc?rev=809444&view=rev
Log:
Remove stupid phase of test-jar.

Modified:
    cxf/trunk/rt/core/pom.xml

Modified: cxf/trunk/rt/core/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/rt/core/pom.xml?rev=809444&r1=809443&r2=809444&view=diff
==============================================================================
--- cxf/trunk/rt/core/pom.xml (original)
+++ cxf/trunk/rt/core/pom.xml Mon Aug 31 01:09:54 2009
@@ -39,7 +39,6 @@
                 <executions>
                     <execution>
                         <id>create-test-jar</id>
-                        <phase>install</phase>
                         <goals>
                             <goal>test-jar</goal>
                         </goals>