summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/chapter-09/node/pom.xml
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2009-02-09 10:44:54 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2009-02-09 10:44:54 +0000
commitf3284827c27c89a63b5a061b2d851259ce1614d0 (patch)
treecd78acbd691a6bcdbc5f2cfd5ada891ba708322c /sandbox/travelsample/chapter-09/node/pom.xml
parent7ed5499f5172baa73fb02c0c2426f580e59fc425 (diff)
Add maven ant generator, fix some build problems
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742379 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sandbox/travelsample/chapter-09/node/pom.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/sandbox/travelsample/chapter-09/node/pom.xml b/sandbox/travelsample/chapter-09/node/pom.xml
index 76df04dd32..a2afb29a17 100644
--- a/sandbox/travelsample/chapter-09/node/pom.xml
+++ b/sandbox/travelsample/chapter-09/node/pom.xml
@@ -137,5 +137,22 @@
</excludes>
</resource>
</resources>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-maven-ant-generator</artifactId>
+ <version>1.4</version>
+ <executions>
+ <execution>
+ <configuration>
+ <mainClass>scatours.LaunchNode</mainClass>
+ </configuration>
+ <goals>
+ <goal>generate</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
</build>
</project>