summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-erlang-reference/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-erlang-reference/pom.xml23
1 files changed, 20 insertions, 3 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-erlang-reference/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-erlang-reference/pom.xml
index 00d6de1590..3f1f2847c3 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-erlang-reference/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-erlang-reference/pom.xml
@@ -25,8 +25,8 @@
<version>1.6.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
- <artifactId>sample-helloworld-reference-erlang</artifactId>
- <name>Apache Tuscany SCA Sample HelloWorld Reference Erlang</name>
+ <artifactId>sample-helloworld-erlang-reference</artifactId>
+ <name>Apache Tuscany SCA Sample HelloWorld Erlang Reference</name>
<repositories>
<repository>
@@ -83,7 +83,24 @@
</dependencies>
<build>
- <finalName>${artifactId}</finalName>
+ <finalName>${artifactId}</finalName>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-maven-ant-generator</artifactId>
+ <version>1.6.1-SNAPSHOT</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>generate</goal>
+ </goals>
+ <configuration>
+ <mainClass>helloworld.HelloWorldErlangClient</mainClass>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
</build>
</project>