You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2009/10/15 05:59:58 UTC

svn commit: r825385 - /tuscany/branches/sca-java-1.x/modules/web-javascript-dojo/pom.xml

Author: lresende
Date: Thu Oct 15 03:59:57 2009
New Revision: 825385

URL: http://svn.apache.org/viewvc?rev=825385&view=rev
Log:
Properly install dojo in local maven repo if not already  installed

Modified:
    tuscany/branches/sca-java-1.x/modules/web-javascript-dojo/pom.xml

Modified: tuscany/branches/sca-java-1.x/modules/web-javascript-dojo/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/modules/web-javascript-dojo/pom.xml?rev=825385&r1=825384&r2=825385&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/modules/web-javascript-dojo/pom.xml (original)
+++ tuscany/branches/sca-java-1.x/modules/web-javascript-dojo/pom.xml Thu Oct 15 03:59:57 2009
@@ -81,6 +81,20 @@
 			        </dependency>
 			    </dependencies>
                 <executions>
+                    <execution> 
+                        <id>install-dojo</id>                       
+                        <phase>validate</phase>
+                        <goals>
+                            <goal>run</goal>
+                        </goals>
+                        <configuration>
+                            <tasks>
+                                <ant antfile="./build-dojo.xml" target="install-dojo">
+                                    <property name="localRepository" value="${settings.localRepository}"/>
+                                </ant>
+                            </tasks>
+                        </configuration>
+                    </execution>                
                     <execution>
                         <id>copy-dojo-files</id>
                         <phase>generate-resources</phase>