summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/samples/customer-dojo/pom.xml
diff options
context:
space:
mode:
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>