summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/catalog-ejb/pom.xml
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-09-17 18:44:41 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-09-17 18:44:41 +0000
commit6cc7b0df7d3ff003e3a0bf05d07b5dc8502a61bc (patch)
tree87ad4474cc33044c63f28ea77a9618e554d12f86 /sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/catalog-ejb/pom.xml
parentba0690ce4d0210dd6d0a2b1c6053b97ba90c25ad (diff)
Generate a build.xml file from the maven build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998247 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/catalog-ejb/pom.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/catalog-ejb/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/catalog-ejb/pom.xml
index d31f5ff5c4..58a7f4c28e 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/catalog-ejb/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/catalog-ejb/pom.xml
@@ -101,6 +101,23 @@
<filtering>true</filtering>
</resource>
</resources>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-maven-ant-generator</artifactId>
+ <version>1.6.1-SNAPSHOT</version>
+ <executions>
+ <execution>
+ <configuration>
+ <pathToRootDir>../../..</pathToRootDir>
+ </configuration>
+ <goals>
+ <goal>generate</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
</build>
</project>