summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/samples/customer-dojo/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-12-17 09:50:47 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-12-17 09:50:47 +0000
commit98fbe603e4e4726908e7351183d0f4f0f61f3fce (patch)
treec0fbedd6e998e087b33be1b4282f7e0eeb85bad6 /sca-java-1.x/trunk/samples/customer-dojo/pom.xml
parent6d738b19fa99103f370281f5014de31c6b5a3dfd (diff)
Fix another dojo hudson build issue
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@891608 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/trunk/samples/customer-dojo/pom.xml')
-rw-r--r--sca-java-1.x/trunk/samples/customer-dojo/pom.xml29
1 files changed, 11 insertions, 18 deletions
diff --git a/sca-java-1.x/trunk/samples/customer-dojo/pom.xml b/sca-java-1.x/trunk/samples/customer-dojo/pom.xml
index 1e7189b6f5..ebd268b20e 100644
--- a/sca-java-1.x/trunk/samples/customer-dojo/pom.xml
+++ b/sca-java-1.x/trunk/samples/customer-dojo/pom.xml
@@ -107,6 +107,13 @@
</dependency>
<dependency>
+ <groupId>org.dojotoolkit</groupId>
+ <artifactId>dojo</artifactId>
+ <version>1.3.0</version>
+ <type>zip</type>
+ </dependency>
+
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.5</version>
@@ -130,22 +137,8 @@
</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>
+ <execution>
+ <id>copy-dojo-files</id>
<phase>generate-resources</phase>
<goals>
<goal>run</goal>
@@ -159,8 +152,8 @@
</tasks>
</configuration>
</execution>
- <execution>
- <id>clean-dojo-files</id>
+ <execution>
+ <id>clean-dojo-files</id>
<phase>clean</phase>
<goals>
<goal>run</goal>