summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/samples/store-webapp/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-java-1.x/samples/store-webapp/pom.xml')
-rw-r--r--branches/sca-java-1.x/samples/store-webapp/pom.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/samples/store-webapp/pom.xml b/branches/sca-java-1.x/samples/store-webapp/pom.xml
index 483e5c11fd..8b6f0412f1 100644
--- a/branches/sca-java-1.x/samples/store-webapp/pom.xml
+++ b/branches/sca-java-1.x/samples/store-webapp/pom.xml
@@ -103,6 +103,23 @@
<build>
<finalName>${artifactId}</finalName>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-maven-ant-generator</artifactId>
+ <version>1.6-SNAPSHOT</version>
+ <executions>
+ <execution>
+ <configuration>
+ <buildDependencyFileOnly>true</buildDependencyFileOnly>
+ </configuration>
+ <goals>
+ <goal>generate</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
</build>
</project>