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 2007/04/23 22:45:24 UTC

svn commit: r531593 - /incubator/cxf/trunk/pom.xml

Author: dkulp
Date: Mon Apr 23 13:45:23 2007
New Revision: 531593

URL: http://svn.apache.org/viewvc?view=rev&rev=531593
Log:
Add "install" to preparation goal so buildtools gets installed and is usable at release time

Modified:
    incubator/cxf/trunk/pom.xml

Modified: incubator/cxf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/pom.xml?view=diff&rev=531593&r1=531592&r2=531593
==============================================================================
--- incubator/cxf/trunk/pom.xml (original)
+++ incubator/cxf/trunk/pom.xml Mon Apr 23 13:45:23 2007
@@ -348,6 +348,7 @@
                     <configuration>
                         <tagBase>https://svn.apache.org/repos/asf/incubator/cxf/tags</tagBase>
                         <useReleaseProfile>false</useReleaseProfile>
+                        <preparationGoals>clean install</preparationGoals>
                         <goals>deploy</goals>
                         <arguments>-Prelease,deploy</arguments>
                     </configuration>