Author: struberg
Date: Sat May 31 20:22:08 2014
New Revision: 1598919
URL: http://svn.apache.org/r1598919
Log:
OWB-963 remove EJB samples
They are covered in TomEE anyway.
We get rid of a build cycle btw openejb and owb that way as well...
Removed:
openwebbeans/branches/owb_1.2.x/samples/ejb-sample/
openwebbeans/branches/owb_1.2.x/samples/ejb-telephone/
openwebbeans/branches/owb_1.2.x/samples/jms-sample/
Modified:
openwebbeans/branches/owb_1.2.x/samples/pom.xml
Modified: openwebbeans/branches/owb_1.2.x/samples/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.2.x/samples/pom.xml?rev=1598919&r1=1598918&r2=1598919&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.2.x/samples/pom.xml (original)
+++ openwebbeans/branches/owb_1.2.x/samples/pom.xml Sat May 31 20:22:08 2014
@@ -37,6 +37,21 @@ under the License.
</properties>
<build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.tomcat.maven</groupId>
+ <artifactId>tomcat6-maven-plugin</artifactId>
+ <version>2.2</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.tomcat.maven</groupId>
+ <artifactId>tomcat7-maven-plugin</artifactId>
+ <version>2.2</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -96,9 +111,6 @@ under the License.
<module>guess</module>
<module>conversation-sample</module>
<module>jsf2sample</module>
- <module>ejb-sample</module>
- <module>ejb-telephone</module>
- <module>jms-sample</module>
<module>reservation</module>
<module>tomcat-sample</module>
<module>tomcat7-sample</module>