[seam-commits] Seam SVN: r14180 - in branches/community/Seam_2_3: examples/blog/blog-ejb and 35 other directories.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Mon Sep 12 14:59:23 EDT 2011
Author: manaRH
Date: 2011-09-12 14:59:23 -0400 (Mon, 12 Sep 2011)
New Revision: 14180
Modified:
branches/community/Seam_2_3/examples/blog/blog-ejb/pom.xml
branches/community/Seam_2_3/examples/booking/booking-ejb/pom.xml
branches/community/Seam_2_3/examples/contactlist/contactlist-ejb/pom.xml
branches/community/Seam_2_3/examples/drools/drools-ejb/pom.xml
branches/community/Seam_2_3/examples/dvdstore/dvdstore-ejb/pom.xml
branches/community/Seam_2_3/examples/guice/guice-ejb/pom.xml
branches/community/Seam_2_3/examples/icefaces/icefaces-ejb/pom.xml
branches/community/Seam_2_3/examples/icefaces/icefaces-web/pom.xml
branches/community/Seam_2_3/examples/itext/itext-ejb/pom.xml
branches/community/Seam_2_3/examples/itext/itext-web/pom.xml
branches/community/Seam_2_3/examples/jee5/booking/booking-ear/pom.xml
branches/community/Seam_2_3/examples/jee5/booking/booking-ejb/pom.xml
branches/community/Seam_2_3/examples/jee5/remoting/remoting-ejb/pom.xml
branches/community/Seam_2_3/examples/mail/mail-ejb/pom.xml
branches/community/Seam_2_3/examples/metawidget/booking/booking-ejb/pom.xml
branches/community/Seam_2_3/examples/metawidget/dvdstore/dvdstore-ejb/pom.xml
branches/community/Seam_2_3/examples/nestedbooking/nestedbooking-ejb/pom.xml
branches/community/Seam_2_3/examples/numberguess/numberguess-ejb/pom.xml
branches/community/Seam_2_3/examples/openid/openid-ear/pom.xml
branches/community/Seam_2_3/examples/openid/openid-ejb/pom.xml
branches/community/Seam_2_3/examples/pom.xml
branches/community/Seam_2_3/examples/quartz/quartz-ejb/pom.xml
branches/community/Seam_2_3/examples/registration/registration-ejb/pom.xml
branches/community/Seam_2_3/examples/remoting/chatroom/chatroom-ejb/pom.xml
branches/community/Seam_2_3/examples/remoting/gwt/gwt-ejb/pom.xml
branches/community/Seam_2_3/examples/remoting/helloworld/helloworld-ejb/pom.xml
branches/community/Seam_2_3/examples/remoting/progressbar/progressbar-ejb/pom.xml
branches/community/Seam_2_3/examples/restbay/restbay-ejb/pom.xml
branches/community/Seam_2_3/examples/seambay/seambay-ejb/pom.xml
branches/community/Seam_2_3/examples/seamdiscs/seamdiscs-ejb/pom.xml
branches/community/Seam_2_3/examples/seampay/seampay-ejb/pom.xml
branches/community/Seam_2_3/examples/seamspace/seamspace-ejb/pom.xml
branches/community/Seam_2_3/examples/tasks/tasks-ejb/pom.xml
branches/community/Seam_2_3/examples/todo/todo-ejb/pom.xml
branches/community/Seam_2_3/examples/ui/ui-ejb/pom.xml
branches/community/Seam_2_3/examples/wicket/wicket-ejb/pom.xml
branches/community/Seam_2_3/jboss-seam-parent/pom.xml
Log:
cleanned duplicate plugins and dependencies
Modified: branches/community/Seam_2_3/examples/blog/blog-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/blog/blog-ejb/pom.xml 2011-09-12 18:57:21 UTC (rev 14179)
+++ branches/community/Seam_2_3/examples/blog/blog-ejb/pom.xml 2011-09-12 18:59:23 UTC (rev 14180)
@@ -12,16 +12,7 @@
<artifactId>blog-ejb</artifactId>
<packaging>ejb</packaging>
<name>Blog EJB Module</name>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-ejb-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
-
+
<dependencies>
<dependency>
<groupId>org.jboss.seam</groupId>
Modified: branches/community/Seam_2_3/examples/booking/booking-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/booking/booking-ejb/pom.xml 2011-09-12 18:57:21 UTC (rev 14179)
+++ branches/community/Seam_2_3/examples/booking/booking-ejb/pom.xml 2011-09-12 18:59:23 UTC (rev 14180)
@@ -12,16 +12,7 @@
<artifactId>booking-ejb</artifactId>
<packaging>ejb</packaging>
<name>Booking EJB Module</name>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-ejb-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
-
+
<dependencies>
<dependency>
<groupId>org.jboss.seam</groupId>
Modified: branches/community/Seam_2_3/examples/contactlist/contactlist-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/contactlist/contactlist-ejb/pom.xml 2011-09-12 18:57:21 UTC (rev 14179)
+++ branches/community/Seam_2_3/examples/contactlist/contactlist-ejb/pom.xml 2011-09-12 18:59:23 UTC (rev 14180)
@@ -13,15 +13,6 @@
<packaging>ejb</packaging>
<name>Contact List EJB Module</name>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-ejb-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
-
<dependencies>
<dependency>
<groupId>org.jboss.seam</groupId>
Modified: branches/community/Seam_2_3/examples/drools/drools-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/drools/drools-ejb/pom.xml 2011-09-12 18:57:21 UTC (rev 14179)
+++ branches/community/Seam_2_3/examples/drools/drools-ejb/pom.xml 2011-09-12 18:59:23 UTC (rev 14180)
@@ -16,10 +16,6 @@
<build>
<plugins>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-ejb-plugin</artifactId>
- </plugin>
- <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<executions>
Modified: branches/community/Seam_2_3/examples/dvdstore/dvdstore-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/dvdstore/dvdstore-ejb/pom.xml 2011-09-12 18:57:21 UTC (rev 14179)
+++ branches/community/Seam_2_3/examples/dvdstore/dvdstore-ejb/pom.xml 2011-09-12 18:59:23 UTC (rev 14180)
@@ -16,10 +16,6 @@
<build>
<plugins>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-ejb-plugin</artifactId>
- </plugin>
- <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<executions>
@@ -384,10 +380,10 @@
<id>tomcat</id>
<build>
<plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>build-helper-maven-plugin</artifactId>
- <executions>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>build-helper-maven-plugin</artifactId>
+ <executions>
<execution>
<id>add-source</id>
<phase>generate-sources</phase>
@@ -395,17 +391,11 @@
<goal>add-source</goal>
</goals>
<configuration>
- <sources>
- <source>src/jboss5/java</source>
- </sources>
+ <sources>
+ <source>src/jboss5/java</source>
+ </sources>
</configuration>
</execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>build-helper-maven-plugin</artifactId>
- <executions>
<execution>
<id>add-tomcat-resource</id>
<phase>generate-resources</phase>
Modified: branches/community/Seam_2_3/examples/guice/guice-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/guice/guice-ejb/pom.xml 2011-09-12 18:57:21 UTC (rev 14179)
+++ branches/community/Seam_2_3/examples/guice/guice-ejb/pom.xml 2011-09-12 18:59:23 UTC (rev 14180)
@@ -13,15 +13,6 @@
<packaging>ejb</packaging>
<name>Guice EJB Module</name>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-ejb-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
-
<dependencies>
<dependency>
<groupId>org.jboss.seam</groupId>
Modified: branches/community/Seam_2_3/examples/icefaces/icefaces-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/icefaces/icefaces-ejb/pom.xml 2011-09-12 18:57:21 UTC (rev 14179)
+++ branches/community/Seam_2_3/examples/icefaces/icefaces-ejb/pom.xml 2011-09-12 18:59:23 UTC (rev 14180)
@@ -13,15 +13,6 @@
<packaging>ejb</packaging>
<name>Icefaces EJB Module</name>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-ejb-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
-
<dependencies>
<dependency>
<groupId>org.jboss.seam</groupId>
Modified: branches/community/Seam_2_3/examples/icefaces/icefaces-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/icefaces/icefaces-web/pom.xml 2011-09-12 18:57:21 UTC (rev 14179)
+++ branches/community/Seam_2_3/examples/icefaces/icefaces-web/pom.xml 2011-09-12 18:59:23 UTC (rev 14180)
@@ -84,10 +84,6 @@
<artifactId>jsf-facelets</artifactId>
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-debug</artifactId>
- </dependency>
</dependencies>
<build>
Modified: branches/community/Seam_2_3/examples/itext/itext-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/itext/itext-ejb/pom.xml 2011-09-12 18:57:21 UTC (rev 14179)
+++ branches/community/Seam_2_3/examples/itext/itext-ejb/pom.xml 2011-09-12 18:59:23 UTC (rev 14180)
@@ -13,15 +13,6 @@
<packaging>ejb</packaging>
<name>Itext EJB Module</name>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-ejb-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
-
<dependencies>
<dependency>
<groupId>org.jboss.seam</groupId>
Modified: branches/community/Seam_2_3/examples/itext/itext-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/itext/itext-web/pom.xml 2011-09-12 18:57:21 UTC (rev 14179)
+++ branches/community/Seam_2_3/examples/itext/itext-web/pom.xml 2011-09-12 18:59:23 UTC (rev 14180)
@@ -71,10 +71,6 @@
</exclusions>
</dependency>
<dependency>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-debug</artifactId>
- </dependency>
- <dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
<exclusions>
Modified: branches/community/Seam_2_3/examples/jee5/booking/booking-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/jee5/booking/booking-ear/pom.xml 2011-09-12 18:57:21 UTC (rev 14179)
+++ branches/community/Seam_2_3/examples/jee5/booking/booking-ear/pom.xml 2011-09-12 18:59:23 UTC (rev 14180)
@@ -62,10 +62,6 @@
<scope>runtime</scope>
</dependency>
<dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- </dependency>
- <dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
</dependency>
@@ -180,11 +176,6 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-core</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
<groupId>jboss</groupId>
<artifactId>jboss-common-core</artifactId>
<scope>provided</scope>
Modified: branches/community/Seam_2_3/examples/jee5/booking/booking-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/jee5/booking/booking-ejb/pom.xml 2011-09-12 18:57:21 UTC (rev 14179)
+++ branches/community/Seam_2_3/examples/jee5/booking/booking-ejb/pom.xml 2011-09-12 18:59:23 UTC (rev 14180)
@@ -13,15 +13,6 @@
<packaging>ejb</packaging>
<name>JEE 5 Booking EJB Module</name>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-ejb-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
-
<dependencies>
<dependency>
<groupId>org.jboss.seam</groupId>
Modified: branches/community/Seam_2_3/examples/jee5/remoting/remoting-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/jee5/remoting/remoting-ejb/pom.xml 2011-09-12 18:57:21 UTC (rev 14179)
+++ branches/community/Seam_2_3/examples/jee5/remoting/remoting-ejb/pom.xml 2011-09-12 18:59:23 UTC (rev 14180)
@@ -13,15 +13,6 @@
<packaging>ejb</packaging>
<name>Remoting EJB Module</name>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-ejb-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
-
<dependencies>
<dependency>
<groupId>org.jboss.seam</groupId>
Modified: branches/community/Seam_2_3/examples/mail/mail-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/mail/mail-ejb/pom.xml 2011-09-12 18:57:21 UTC (rev 14179)
+++ branches/community/Seam_2_3/examples/mail/mail-ejb/pom.xml 2011-09-12 18:59:23 UTC (rev 14180)
@@ -14,15 +14,6 @@
<packaging>ejb</packaging>
<name>Mail EJB Module</name>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-ejb-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
-
<dependencies>
<dependency>
<groupId>org.jboss.seam</groupId>
Modified: branches/community/Seam_2_3/examples/metawidget/booking/booking-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/metawidget/booking/booking-ejb/pom.xml 2011-09-12 18:57:21 UTC (rev 14179)
+++ branches/community/Seam_2_3/examples/metawidget/booking/booking-ejb/pom.xml 2011-09-12 18:59:23 UTC (rev 14180)
@@ -16,10 +16,6 @@
<build>
<plugins>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-ejb-plugin</artifactId>
- </plugin>
- <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<executions>
Modified: branches/community/Seam_2_3/examples/metawidget/dvdstore/dvdstore-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/metawidget/dvdstore/dvdstore-ejb/pom.xml 2011-09-12 18:57:21 UTC (rev 14179)
+++ branches/community/Seam_2_3/examples/metawidget/dvdstore/dvdstore-ejb/pom.xml 2011-09-12 18:59:23 UTC (rev 14180)
@@ -16,10 +16,6 @@
<build>
<plugins>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-ejb-plugin</artifactId>
- </plugin>
- <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<executions>
Modified: branches/community/Seam_2_3/examples/nestedbooking/nestedbooking-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/nestedbooking/nestedbooking-ejb/pom.xml 2011-09-12 18:57:21 UTC (rev 14179)
+++ branches/community/Seam_2_3/examples/nestedbooking/nestedbooking-ejb/pom.xml 2011-09-12 18:59:23 UTC (rev 14180)
@@ -13,15 +13,6 @@
<packaging>ejb</packaging>
<name>Nested Booking EJB Module</name>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-ejb-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
-
<dependencies>
<dependency>
<groupId>org.jboss.seam</groupId>
Modified: branches/community/Seam_2_3/examples/numberguess/numberguess-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/numberguess/numberguess-ejb/pom.xml 2011-09-12 18:57:21 UTC (rev 14179)
+++ branches/community/Seam_2_3/examples/numberguess/numberguess-ejb/pom.xml 2011-09-12 18:59:23 UTC (rev 14180)
@@ -16,10 +16,6 @@
<build>
<plugins>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-ejb-plugin</artifactId>
- </plugin>
- <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<executions>
Modified: branches/community/Seam_2_3/examples/openid/openid-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/openid/openid-ear/pom.xml 2011-09-12 18:57:21 UTC (rev 14179)
+++ branches/community/Seam_2_3/examples/openid/openid-ear/pom.xml 2011-09-12 18:59:23 UTC (rev 14180)
@@ -49,7 +49,6 @@
<groupId>org.openid4java</groupId>
<artifactId>openid4java-consumer</artifactId>
<type>pom</type>
- <scope>import</scope>
</dependency>
</dependencies>
Modified: branches/community/Seam_2_3/examples/openid/openid-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/openid/openid-ejb/pom.xml 2011-09-12 18:57:21 UTC (rev 14179)
+++ branches/community/Seam_2_3/examples/openid/openid-ejb/pom.xml 2011-09-12 18:59:23 UTC (rev 14180)
@@ -11,17 +11,8 @@
<groupId>org.jboss.seam.examples</groupId>
<artifactId>openid-ejb</artifactId>
<packaging>ejb</packaging>
- <name>Openid EJB Module</name>
+ <name>Openid EJB Module</name>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-ejb-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
-
<dependencies>
<dependency>
<groupId>org.jboss.seam</groupId>
Modified: branches/community/Seam_2_3/examples/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/pom.xml 2011-09-12 18:57:21 UTC (rev 14179)
+++ branches/community/Seam_2_3/examples/pom.xml 2011-09-12 18:59:23 UTC (rev 14180)
@@ -63,18 +63,6 @@
<pluginManagement>
<plugins>
<plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>2.0.2.SP1</version>
- <configuration>
- <source>${java.version}</source>
- <target>${java.version}</target>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-resources-plugin</artifactId>
- <version>2.4.1</version>
- </plugin>
- <plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.4.3</version>
<configuration>
Modified: branches/community/Seam_2_3/examples/quartz/quartz-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/quartz/quartz-ejb/pom.xml 2011-09-12 18:57:21 UTC (rev 14179)
+++ branches/community/Seam_2_3/examples/quartz/quartz-ejb/pom.xml 2011-09-12 18:59:23 UTC (rev 14180)
@@ -13,15 +13,6 @@
<packaging>ejb</packaging>
<name>Quartz EJB Module</name>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-ejb-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
-
<dependencies>
<dependency>
<groupId>org.jboss.seam</groupId>
Modified: branches/community/Seam_2_3/examples/registration/registration-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/registration/registration-ejb/pom.xml 2011-09-12 18:57:21 UTC (rev 14179)
+++ branches/community/Seam_2_3/examples/registration/registration-ejb/pom.xml 2011-09-12 18:59:23 UTC (rev 14180)
@@ -13,15 +13,6 @@
<packaging>ejb</packaging>
<name>Registration EJB Module</name>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-ejb-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
-
<dependencies>
<dependency>
<groupId>org.jboss.seam</groupId>
Modified: branches/community/Seam_2_3/examples/remoting/chatroom/chatroom-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/remoting/chatroom/chatroom-ejb/pom.xml 2011-09-12 18:57:21 UTC (rev 14179)
+++ branches/community/Seam_2_3/examples/remoting/chatroom/chatroom-ejb/pom.xml 2011-09-12 18:59:23 UTC (rev 14180)
@@ -13,15 +13,6 @@
<packaging>ejb</packaging>
<name>Chatroom EJB Module</name>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-ejb-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
-
<dependencies>
<dependency>
<groupId>org.jboss.seam</groupId>
Modified: branches/community/Seam_2_3/examples/remoting/gwt/gwt-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/remoting/gwt/gwt-ejb/pom.xml 2011-09-12 18:57:21 UTC (rev 14179)
+++ branches/community/Seam_2_3/examples/remoting/gwt/gwt-ejb/pom.xml 2011-09-12 18:59:23 UTC (rev 14180)
@@ -16,10 +16,6 @@
<build>
<plugins>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-ejb-plugin</artifactId>
- </plugin>
- <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>gwt-maven-plugin</artifactId>
<version>1.2</version> <!-- version 1.2 allows us to specify gwt version by gwt-user dependency -->
Modified: branches/community/Seam_2_3/examples/remoting/helloworld/helloworld-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/remoting/helloworld/helloworld-ejb/pom.xml 2011-09-12 18:57:21 UTC (rev 14179)
+++ branches/community/Seam_2_3/examples/remoting/helloworld/helloworld-ejb/pom.xml 2011-09-12 18:59:23 UTC (rev 14180)
@@ -12,16 +12,7 @@
<artifactId>helloworld-ejb</artifactId>
<packaging>ejb</packaging>
<name>Helloworld EJB Module</name>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-ejb-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
-
+
<dependencies>
<dependency>
<groupId>org.jboss.seam</groupId>
Modified: branches/community/Seam_2_3/examples/remoting/progressbar/progressbar-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/remoting/progressbar/progressbar-ejb/pom.xml 2011-09-12 18:57:21 UTC (rev 14179)
+++ branches/community/Seam_2_3/examples/remoting/progressbar/progressbar-ejb/pom.xml 2011-09-12 18:59:23 UTC (rev 14180)
@@ -11,17 +11,8 @@
<groupId>org.jboss.seam.examples.remoting</groupId>
<artifactId>progressbar-ejb</artifactId>
<packaging>ejb</packaging>
- <name>Progressbar EJB Module</name>
+ <name>Progressbar EJB Module</name>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-ejb-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
-
<dependencies>
<dependency>
<groupId>org.jboss.seam</groupId>
Modified: branches/community/Seam_2_3/examples/restbay/restbay-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/restbay/restbay-ejb/pom.xml 2011-09-12 18:57:21 UTC (rev 14179)
+++ branches/community/Seam_2_3/examples/restbay/restbay-ejb/pom.xml 2011-09-12 18:59:23 UTC (rev 14180)
@@ -13,15 +13,6 @@
<packaging>ejb</packaging>
<name>Restbay EJB Module</name>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-ejb-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
-
<dependencies>
<dependency>
<groupId>org.jboss.seam</groupId>
Modified: branches/community/Seam_2_3/examples/seambay/seambay-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/seambay/seambay-ejb/pom.xml 2011-09-12 18:57:21 UTC (rev 14179)
+++ branches/community/Seam_2_3/examples/seambay/seambay-ejb/pom.xml 2011-09-12 18:59:23 UTC (rev 14180)
@@ -11,17 +11,8 @@
<groupId>org.jboss.seam.examples</groupId>
<artifactId>seambay-ejb</artifactId>
<packaging>ejb</packaging>
- <name>Seambay EJB Module</name>
+ <name>Seambay EJB Module</name>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-ejb-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
-
<dependencies>
<dependency>
<groupId>org.jboss.seam</groupId>
Modified: branches/community/Seam_2_3/examples/seamdiscs/seamdiscs-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/seamdiscs/seamdiscs-ejb/pom.xml 2011-09-12 18:57:21 UTC (rev 14179)
+++ branches/community/Seam_2_3/examples/seamdiscs/seamdiscs-ejb/pom.xml 2011-09-12 18:59:23 UTC (rev 14180)
@@ -13,15 +13,6 @@
<packaging>ejb</packaging>
<name>Seamdiscs EJB Module</name>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-ejb-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
-
<dependencies>
<dependency>
<groupId>org.jboss.seam</groupId>
Modified: branches/community/Seam_2_3/examples/seampay/seampay-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/seampay/seampay-ejb/pom.xml 2011-09-12 18:57:21 UTC (rev 14179)
+++ branches/community/Seam_2_3/examples/seampay/seampay-ejb/pom.xml 2011-09-12 18:59:23 UTC (rev 14180)
@@ -13,15 +13,6 @@
<packaging>ejb</packaging>
<name>Seampay EJB Module</name>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-ejb-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
-
<dependencies>
<dependency>
<groupId>org.jboss.seam</groupId>
Modified: branches/community/Seam_2_3/examples/seamspace/seamspace-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/seamspace/seamspace-ejb/pom.xml 2011-09-12 18:57:21 UTC (rev 14179)
+++ branches/community/Seam_2_3/examples/seamspace/seamspace-ejb/pom.xml 2011-09-12 18:59:23 UTC (rev 14180)
@@ -13,15 +13,6 @@
<packaging>ejb</packaging>
<name>SeamSpace EJB Module</name>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-ejb-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
-
<dependencies>
<dependency>
<groupId>org.jboss.seam</groupId>
Modified: branches/community/Seam_2_3/examples/tasks/tasks-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/tasks/tasks-ejb/pom.xml 2011-09-12 18:57:21 UTC (rev 14179)
+++ branches/community/Seam_2_3/examples/tasks/tasks-ejb/pom.xml 2011-09-12 18:59:23 UTC (rev 14180)
@@ -13,15 +13,6 @@
<packaging>ejb</packaging>
<name>Tasks EJB Module</name>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-ejb-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
-
<dependencies>
<dependency>
<groupId>org.jboss.seam</groupId>
Modified: branches/community/Seam_2_3/examples/todo/todo-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/todo/todo-ejb/pom.xml 2011-09-12 18:57:21 UTC (rev 14179)
+++ branches/community/Seam_2_3/examples/todo/todo-ejb/pom.xml 2011-09-12 18:59:23 UTC (rev 14180)
@@ -15,11 +15,8 @@
<build>
<plugins>
+
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-ejb-plugin</artifactId>
- </plugin>
- <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<executions>
Modified: branches/community/Seam_2_3/examples/ui/ui-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/ui/ui-ejb/pom.xml 2011-09-12 18:57:21 UTC (rev 14179)
+++ branches/community/Seam_2_3/examples/ui/ui-ejb/pom.xml 2011-09-12 18:59:23 UTC (rev 14180)
@@ -13,15 +13,6 @@
<packaging>ejb</packaging>
<name>UI EJB Module</name>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-ejb-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
-
<dependencies>
<dependency>
<groupId>org.jboss.seam</groupId>
Modified: branches/community/Seam_2_3/examples/wicket/wicket-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/wicket/wicket-ejb/pom.xml 2011-09-12 18:57:21 UTC (rev 14179)
+++ branches/community/Seam_2_3/examples/wicket/wicket-ejb/pom.xml 2011-09-12 18:59:23 UTC (rev 14180)
@@ -13,15 +13,6 @@
<packaging>ejb</packaging>
<name>Wicket Booking EJB Module</name>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-ejb-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
-
<dependencies>
<dependency>
<groupId>org.jboss.seam</groupId>
Modified: branches/community/Seam_2_3/jboss-seam-parent/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-parent/pom.xml 2011-09-12 18:57:21 UTC (rev 14179)
+++ branches/community/Seam_2_3/jboss-seam-parent/pom.xml 2011-09-12 18:59:23 UTC (rev 14180)
@@ -1572,105 +1572,7 @@
</distributionManagement>
<build>
- <plugins>
- <plugin>
- <artifactId>maven-enforcer-plugin</artifactId>
- <version>1.0</version>
- <executions>
- <execution>
- <id>enforce</id>
- <phase>none</phase>
- </execution>
- <execution>
- <id>seam-build-req</id>
- <goals>
- <goal>enforce</goal>
- </goals>
- <inherited>true</inherited>
- <configuration>
- <rules>
- <requireJavaVersion>
- <version>1.5.0</version>
- </requireJavaVersion>
- <requireMavenVersion>
- <version>[3.0.0,)</version>
- </requireMavenVersion>
- </rules>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <artifactId>maven-source-plugin</artifactId>
- <executions>
- <execution>
- <id>attach-sources</id>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <!-- Packaging -->
- <plugin>
- <artifactId>maven-jar-plugin</artifactId>
- <configuration>
- <archive>
- <manifestEntries>
- <Implementation-Version>${version.seam}</Implementation-Version>
- <Specification-Version>${version.seam}</Specification-Version>
- <Specification-Title>${project.name}</Specification-Title>
- <Specification-Vendor>${project.organization.name}</Specification-Vendor>
- <Implementation-Title>${project.name}</Implementation-Title>
- <Implementation-Vendor>${project.organization.name}</Implementation-Vendor>
- </manifestEntries>
- <manifestSections>
- <manifestSection>
- <name>Build-Information</name>
- <manifestEntries>
- <Java-Version>${java.version}</Java-Version>
- <Java-Vendor>${java.vendor}</Java-Vendor>
- <Build-Time>${maven.build.timestamp}</Build-Time>
- </manifestEntries>
- </manifestSection>
- </manifestSections>
- </archive>
- </configuration>
- </plugin>
- <!-- just for jboss-seam core as it is EJB type not jar -->
- <plugin>
- <artifactId>maven-ejb-plugin</artifactId>
- <configuration>
- <ejbVersion>3.0</ejbVersion>
- <archive>
- <manifestEntries>
- <Implementation-Version>${version.seam}</Implementation-Version>
- <Specification-Version>${version.seam}</Specification-Version>
- <Specification-Title>${project.name}</Specification-Title>
- <Specification-Vendor>${project.organization.name}</Specification-Vendor>
- <Implementation-Title>${project.name}</Implementation-Title>
- <Implementation-Vendor>${project.organization.name}</Implementation-Vendor>
- </manifestEntries>
- <manifestSections>
- <manifestSection>
- <name>Build-Information</name>
- <manifestEntries>
- <Java-Version>${java.version}</Java-Version>
- <Java-Vendor>${java.vendor}</Java-Vendor>
- <Build-Time>${maven.build.timestamp}</Build-Time>
- </manifestEntries>
- </manifestSection>
- </manifestSections>
- </archive>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-javadoc-plugin</artifactId>
- </plugin>
-
- </plugins>
-
<defaultGoal>package</defaultGoal>
<pluginManagement>
@@ -1716,18 +1618,13 @@
</plugin>
<plugin>
- <artifactId>maven-jar-plugin</artifactId>
- <version>2.2</version><!-- this uses maven-archiver which generate META-INF/maven/* http://jira.codehaus.org/browse/MSHARED-185 -->
- </plugin>
-
- <plugin>
<artifactId>maven-resources-plugin</artifactId>
- <version>2.2</version>
+ <version>2.4.1</version>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
- <version>2.3.2</version>
+ <version>2.3.2</version>
<configuration>
<source>${java.compiler.version}</source>
<target>${java.compiler.version}</target>
@@ -1759,14 +1656,15 @@
<plugin>
<artifactId>maven-source-plugin</artifactId>
- <version>2.0.2</version>
- <executions>
- <execution>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
+ <version>2.1.2</version>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
</plugin>
<plugin>
@@ -1795,13 +1693,6 @@
</plugin>
<plugin>
- <artifactId>maven-ejb-plugin</artifactId>
- <configuration>
- <ejbVersion>3.0</ejbVersion>
- </configuration>
- </plugin>
-
- <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.5</version>
@@ -1811,7 +1702,86 @@
<artifactId>maven-site-plugin</artifactId>
<version>2.2</version>
</plugin>
- </plugins>
+ <plugin>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <version>1.0</version>
+ <executions>
+ <execution>
+ <id>enforce</id>
+ <phase>none</phase>
+ </execution>
+ <execution>
+ <id>seam-build-req</id>
+ <goals>
+ <goal>enforce</goal>
+ </goals>
+ <inherited>true</inherited>
+ <configuration>
+ <rules>
+ <requireJavaVersion>
+ <version>1.5.0</version>
+ </requireJavaVersion>
+ <requireMavenVersion>
+ <version>[3.0.0,)</version>
+ </requireMavenVersion>
+ </rules>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <!-- Packaging -->
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>2.3.2</version>
+ <configuration>
+ <archive>
+ <manifestEntries>
+ <Implementation-Version>${version.seam}</Implementation-Version>
+ <Specification-Version>${version.seam}</Specification-Version>
+ <Specification-Title>${project.name}</Specification-Title>
+ <Specification-Vendor>${project.organization.name}</Specification-Vendor>
+ <Implementation-Title>${project.name}</Implementation-Title>
+ <Implementation-Vendor>${project.organization.name}</Implementation-Vendor>
+ </manifestEntries>
+ <manifestSections>
+ <manifestSection>
+ <name>Build-Information</name>
+ <manifestEntries>
+ <Java-Version>${java.version}</Java-Version>
+ <Java-Vendor>${java.vendor}</Java-Vendor>
+ <Build-Time>${maven.build.timestamp}</Build-Time>
+ </manifestEntries>
+ </manifestSection>
+ </manifestSections>
+ </archive>
+ </configuration>
+ </plugin><!-- just for jboss-seam core as it is EJB type not jar --><plugin>
+ <artifactId>maven-ejb-plugin</artifactId>
+ <version>2.3</version>
+ <configuration>
+ <ejbVersion>3.0</ejbVersion>
+ <archive>
+ <manifestEntries>
+ <Implementation-Version>${version.seam}</Implementation-Version>
+ <Specification-Version>${version.seam}</Specification-Version>
+ <Specification-Title>${project.name}</Specification-Title>
+ <Specification-Vendor>${project.organization.name}</Specification-Vendor>
+ <Implementation-Title>${project.name}</Implementation-Title>
+ <Implementation-Vendor>${project.organization.name}</Implementation-Vendor>
+ </manifestEntries>
+ <manifestSections>
+ <manifestSection>
+ <name>Build-Information</name>
+ <manifestEntries>
+ <Java-Version>${java.version}</Java-Version>
+ <Java-Vendor>${java.vendor}</Java-Vendor>
+ <Build-Time>${maven.build.timestamp}</Build-Time>
+ </manifestEntries>
+ </manifestSection>
+ </manifestSections>
+ </archive>
+ </configuration>
+ </plugin></plugins>
</pluginManagement>
</build>
@@ -1837,7 +1807,7 @@
<module>../jboss-embedded-bootstrap</module>
<module>../seam-integration-tests</module>
<module>../functional-tests</module>
-<!-- <module>../examples</module>-->
+ <module>../examples</module>
</modules>
<profiles>
@@ -1852,7 +1822,7 @@
<id>distribution</id>
<modules>
<module>../distribution</module>
- <module>../examples</module>
+<!-- <module>../examples</module> -->
<module>../seam-reference-guide</module>
</modules>
<build>
More information about the seam-commits
mailing list