diff options
Diffstat (limited to '')
-rw-r--r-- | branches/sca-java-1.x/modules/web-javascript-dojo/pom.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/modules/web-javascript-dojo/pom.xml b/branches/sca-java-1.x/modules/web-javascript-dojo/pom.xml index 3abaab8636..5ccfe4a992 100644 --- a/branches/sca-java-1.x/modules/web-javascript-dojo/pom.xml +++ b/branches/sca-java-1.x/modules/web-javascript-dojo/pom.xml @@ -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> |