Properly install dojo in local maven repo if not already installed

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825385 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
lresende 2009-10-15 03:59:57 +00:00
parent f1d94852e6
commit 305ce8eea6

View file

@ -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>