summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials/store/catalog-ejb/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/trunk/tutorials/store/catalog-ejb/pom.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/sca-java-1.x/trunk/tutorials/store/catalog-ejb/pom.xml b/sca-java-1.x/trunk/tutorials/store/catalog-ejb/pom.xml
index a8ee2076c1..21792c591e 100644
--- a/sca-java-1.x/trunk/tutorials/store/catalog-ejb/pom.xml
+++ b/sca-java-1.x/trunk/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>