summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/itest/contribution-jee-samples/ejb-nonenhanced/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.x/itest/contribution-jee-samples/ejb-nonenhanced/pom.xml18
1 files changed, 11 insertions, 7 deletions
diff --git a/branches/sca-java-1.x/itest/contribution-jee-samples/ejb-nonenhanced/pom.xml b/branches/sca-java-1.x/itest/contribution-jee-samples/ejb-nonenhanced/pom.xml
index 8871518c38..74034924d3 100644
--- a/branches/sca-java-1.x/itest/contribution-jee-samples/ejb-nonenhanced/pom.xml
+++ b/branches/sca-java-1.x/itest/contribution-jee-samples/ejb-nonenhanced/pom.xml
@@ -29,6 +29,7 @@
<artifactId>itest-contribution-jee-samples-7-ejb-nonenhanced</artifactId>
<name>Apache Tuscany SCA iTest Contribution Java EE Samples 7</name>
+ <packaging>ejb</packaging>
<dependencies>
<dependency>
@@ -51,14 +52,17 @@
<scope>provided</scope>
</dependency>
</dependencies>
-
+
<build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-war-plugin</artifactId>
- </plugin>
+ <finalName>${artifactId}</finalName>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-ejb-plugin</artifactId>
+ <configuration>
+ <ejbVersion>3.0</ejbVersion>
+ </configuration>
+ </plugin>
</plugins>
- <finalName>${artifactId}</finalName>
</build>
</project>