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:
parent
f1d94852e6
commit
305ce8eea6
1 changed files with 14 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue