You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by dk...@apache.org on 2006/05/18 17:36:21 UTC

svn commit: r407569 - /incubator/tuscany/java/sca/bindings/sunjars/pom.xml

Author: dkulp
Date: Thu May 18 08:36:21 2006
New Revision: 407569

URL: http://svn.apache.org/viewvc?rev=407569&view=rev
Log:
Fix for TUSCANY-403
Force the download and unpacking to occur in a lifecycle stage before the installing

Modified:
    incubator/tuscany/java/sca/bindings/sunjars/pom.xml

Modified: incubator/tuscany/java/sca/bindings/sunjars/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/bindings/sunjars/pom.xml?rev=407569&r1=407568&r2=407569&view=diff
==============================================================================
--- incubator/tuscany/java/sca/bindings/sunjars/pom.xml (original)
+++ incubator/tuscany/java/sca/bindings/sunjars/pom.xml Thu May 18 08:36:21 2006
@@ -85,7 +85,7 @@
                 <executions>
                     <execution>
                         <id>install</id>
-                        <phase>validate</phase>
+                        <phase>install</phase>
                         <goals>
                             <goal>run</goal>
                         </goals>