[seam-commits] Seam SVN: r15026 - in branches/community/Seam_2_3/examples-ee6: booking/booking-ear and 29 other directories.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Aug 9 10:28:45 EDT 2012


Author: manaRH
Date: 2012-08-09 10:28:45 -0400 (Thu, 09 Aug 2012)
New Revision: 15026

Modified:
   branches/community/Seam_2_3/examples-ee6/blog/blog-ear/pom.xml
   branches/community/Seam_2_3/examples-ee6/booking/booking-ear/pom.xml
   branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-ear/pom.xml
   branches/community/Seam_2_3/examples-ee6/drools/drools-ear/pom.xml
   branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-ear/pom.xml
   branches/community/Seam_2_3/examples-ee6/excel/excel-ear/pom.xml
   branches/community/Seam_2_3/examples-ee6/guice/guice-ear/pom.xml
   branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-ear/pom.xml
   branches/community/Seam_2_3/examples-ee6/itext/itext-ear/pom.xml
   branches/community/Seam_2_3/examples-ee6/mail/mail-ear/pom.xml
   branches/community/Seam_2_3/examples-ee6/messages/messages-ear/pom.xml
   branches/community/Seam_2_3/examples-ee6/metawidget/booking/booking-ear/pom.xml
   branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-ear/pom.xml
   branches/community/Seam_2_3/examples-ee6/numberguess/numberguess-ear/pom.xml
   branches/community/Seam_2_3/examples-ee6/openid/openid-ear/pom.xml
   branches/community/Seam_2_3/examples-ee6/quartz/quartz-ear/pom.xml
   branches/community/Seam_2_3/examples-ee6/registration/registration-ear/pom.xml
   branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-ear/pom.xml
   branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-ear/pom.xml
   branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-ear/pom.xml
   branches/community/Seam_2_3/examples-ee6/remoting/progressbar/progressbar-ear/pom.xml
   branches/community/Seam_2_3/examples-ee6/restbay/restbay-ear/pom.xml
   branches/community/Seam_2_3/examples-ee6/rss/rss-ear/pom.xml
   branches/community/Seam_2_3/examples-ee6/seambay/seambay-ear/pom.xml
   branches/community/Seam_2_3/examples-ee6/seamdiscs/seamdiscs-ear/pom.xml
   branches/community/Seam_2_3/examples-ee6/seampay/seampay-ear/pom.xml
   branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-ear/pom.xml
   branches/community/Seam_2_3/examples-ee6/tasks/tasks-ear/pom.xml
   branches/community/Seam_2_3/examples-ee6/todo/todo-ear/pom.xml
   branches/community/Seam_2_3/examples-ee6/ui/ui-ear/pom.xml
   branches/community/Seam_2_3/examples-ee6/wicket/wicket-ear/pom.xml
Log:
JBSEAM-4889 improvements to maven-ear-plugin in examples

Modified: branches/community/Seam_2_3/examples-ee6/blog/blog-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/blog/blog-ear/pom.xml	2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/blog/blog-ear/pom.xml	2012-08-09 14:28:45 UTC (rev 15026)
@@ -41,19 +41,12 @@
          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-ear-plugin</artifactId>
-            <version>2.7</version>
             <configuration>
                <version>6</version>
                <defaultLibBundleDir>lib</defaultLibBundleDir>
-               <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build  -->
-               
-               <!-- use maven generated application.xml instead -->
-               <generateApplicationXml>true</generateApplicationXml>
                <filtering>true</filtering>
-
                <!-- Required as indexerService cannot be initialized before the blogEntityManagerFactory is available -->
                <initializeInOrder>true</initializeInOrder>
-
                <modules>
 
                   <ejbModule>

Modified: branches/community/Seam_2_3/examples-ee6/booking/booking-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/booking/booking-ear/pom.xml	2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/booking/booking-ear/pom.xml	2012-08-09 14:28:45 UTC (rev 15026)
@@ -57,10 +57,6 @@
                 <artifactId>maven-ear-plugin</artifactId>
                 <configuration>                    
                     <defaultLibBundleDir>lib</defaultLibBundleDir>
-                    <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build  -->
-                    
-                    <!-- use maven generated application.xml instead -->
-                    <generateApplicationXml>true</generateApplicationXml>
                     <filtering>true</filtering>
                     <modules>
                         <webModule>

Modified: branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-ear/pom.xml	2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-ear/pom.xml	2012-08-09 14:28:45 UTC (rev 15026)
@@ -48,10 +48,6 @@
                 <configuration>
                     <version>6</version>
                     <defaultLibBundleDir>lib</defaultLibBundleDir>
-                    <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build  -->
-                    
-                    <!-- use maven generated application.xml instead -->
-                    <generateApplicationXml>true</generateApplicationXml>
                     <modules>
                         <webModule>
                             <groupId>org.jboss.seam.examples-ee6.contactlist</groupId>

Modified: branches/community/Seam_2_3/examples-ee6/drools/drools-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/drools/drools-ear/pom.xml	2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/drools/drools-ear/pom.xml	2012-08-09 14:28:45 UTC (rev 15026)
@@ -66,11 +66,8 @@
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-ear-plugin</artifactId>
             <configuration>
+               <version>6</version>
                <defaultLibBundleDir>lib</defaultLibBundleDir>
-               <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build  -->
-               <earSourceExcludes>**/application.xml, **/jboss-app.xml</earSourceExcludes>
-               <!-- use maven generated application.xml instead -->
-               <generateApplicationXml>true</generateApplicationXml>
                <filtering>true</filtering>
                <modules>
                   <webModule>

Modified: branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-ear/pom.xml	2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-ear/pom.xml	2012-08-09 14:28:45 UTC (rev 15026)
@@ -61,10 +61,6 @@
                 <configuration>
                     <version>6</version>
                     <defaultLibBundleDir>lib</defaultLibBundleDir>
-                    <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build  -->
-                    <earSourceExcludes>**/application.xml, **/jboss-app.xml</earSourceExcludes>
-                    <!-- use maven generated application.xml instead -->
-                    <generateApplicationXml>true</generateApplicationXml>
                     <filtering>true</filtering>
                     <modules>
                         <webModule>

Modified: branches/community/Seam_2_3/examples-ee6/excel/excel-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/excel/excel-ear/pom.xml	2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/excel/excel-ear/pom.xml	2012-08-09 14:28:45 UTC (rev 15026)
@@ -40,10 +40,6 @@
                 <configuration>
                     <version>6</version>
                     <defaultLibBundleDir>lib</defaultLibBundleDir>
-                    <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build  -->
-                    
-                    <!-- use maven generated application.xml instead -->
-                    <generateApplicationXml>true</generateApplicationXml>
                     <filtering>true</filtering>
                     <modules>
                         <webModule>

Modified: branches/community/Seam_2_3/examples-ee6/guice/guice-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/guice/guice-ear/pom.xml	2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/guice/guice-ear/pom.xml	2012-08-09 14:28:45 UTC (rev 15026)
@@ -46,10 +46,6 @@
                 <configuration>
                     <version>6</version>
                     <defaultLibBundleDir>lib</defaultLibBundleDir>
-                    <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build  -->
-                    <earSourceExcludes>**/application.xml, **/jboss-app.xml</earSourceExcludes>
-                    <!-- use maven generated application.xml instead -->
-                    <generateApplicationXml>true</generateApplicationXml>
                     <modules>
                         <webModule>
                             <groupId>org.jboss.seam.examples-ee6.guice</groupId>

Modified: branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-ear/pom.xml	2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-ear/pom.xml	2012-08-09 14:28:45 UTC (rev 15026)
@@ -35,11 +35,8 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-ear-plugin</artifactId>
                 <configuration>
+                    <version>6</version>
                     <defaultLibBundleDir>lib</defaultLibBundleDir>
-                    <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build  -->
-                    <earSourceExcludes>**/application.xml, **/jboss-app.xml</earSourceExcludes>
-                    <!-- use maven generated application.xml instead -->
-                    <generateApplicationXml>true</generateApplicationXml>
                     <filtering>true</filtering>
                     <modules>
                         <webModule>

Modified: branches/community/Seam_2_3/examples-ee6/itext/itext-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/itext/itext-ear/pom.xml	2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/itext/itext-ear/pom.xml	2012-08-09 14:28:45 UTC (rev 15026)
@@ -38,14 +38,9 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-ear-plugin</artifactId>
-                <version>2.7</version>
                 <configuration>
                     <version>6</version>
                     <defaultLibBundleDir>lib</defaultLibBundleDir>
-                    <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build  -->
-                    
-                    <!-- use maven generated application.xml instead -->
-                    <generateApplicationXml>true</generateApplicationXml>
                     <filtering>true</filtering>
                     <modules>
                         <webModule>

Modified: branches/community/Seam_2_3/examples-ee6/mail/mail-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/mail/mail-ear/pom.xml	2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/mail/mail-ear/pom.xml	2012-08-09 14:28:45 UTC (rev 15026)
@@ -48,9 +48,8 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-ear-plugin</artifactId>
                 <configuration>
+                    <version>6</version>
                     <defaultLibBundleDir>lib</defaultLibBundleDir>
-                    <!-- use maven generated application.xml instead -->
-                    <generateApplicationXml>true</generateApplicationXml>
                     <filtering>true</filtering>
                     <modules>
                         <ejbModule>

Modified: branches/community/Seam_2_3/examples-ee6/messages/messages-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/messages/messages-ear/pom.xml	2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/messages/messages-ear/pom.xml	2012-08-09 14:28:45 UTC (rev 15026)
@@ -39,11 +39,8 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-ear-plugin</artifactId>
                 <configuration>
+                    <version>6</version>
                     <defaultLibBundleDir>lib</defaultLibBundleDir>
-                    <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build  -->
-                    
-                    <!-- use maven generated application.xml instead -->
-                    <generateApplicationXml>true</generateApplicationXml>
                     <filtering>true</filtering>
                     <modules>
                         <webModule>

Modified: branches/community/Seam_2_3/examples-ee6/metawidget/booking/booking-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/metawidget/booking/booking-ear/pom.xml	2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/metawidget/booking/booking-ear/pom.xml	2012-08-09 14:28:45 UTC (rev 15026)
@@ -38,11 +38,9 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-ear-plugin</artifactId>
-                <version>2.6</version>
                 <configuration>
+                    <version>6</version>
                     <defaultLibBundleDir>lib</defaultLibBundleDir>
-                    <!-- use maven generated application.xml instead -->
-                    <generateApplicationXml>true</generateApplicationXml>
                     <filtering>true</filtering>
                     <modules>
                         <webModule>

Modified: branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-ear/pom.xml	2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-ear/pom.xml	2012-08-09 14:28:45 UTC (rev 15026)
@@ -41,10 +41,6 @@
                 <configuration>
                     <version>6</version>
                     <defaultLibBundleDir>lib</defaultLibBundleDir>
-                    <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build  -->
-                    
-                    <!-- use maven generated application.xml instead -->
-                    <generateApplicationXml>true</generateApplicationXml>
                     <filtering>true</filtering>
                     <modules>
                         <webModule>

Modified: branches/community/Seam_2_3/examples-ee6/numberguess/numberguess-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/numberguess/numberguess-ear/pom.xml	2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/numberguess/numberguess-ear/pom.xml	2012-08-09 14:28:45 UTC (rev 15026)
@@ -46,10 +46,6 @@
             <configuration>
                <version>6</version>
                <defaultLibBundleDir>lib</defaultLibBundleDir>
-               <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build  -->
-               <earSourceExcludes>**/application.xml, **/jboss-app.xml</earSourceExcludes>
-               <!-- use maven generated application.xml instead -->
-               <generateApplicationXml>true</generateApplicationXml>
                <filtering>true</filtering>
                <modules>
                   <webModule>

Modified: branches/community/Seam_2_3/examples-ee6/openid/openid-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/openid/openid-ear/pom.xml	2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/openid/openid-ear/pom.xml	2012-08-09 14:28:45 UTC (rev 15026)
@@ -57,10 +57,6 @@
                 <configuration>
                     <version>6</version>
                     <defaultLibBundleDir>lib</defaultLibBundleDir>
-                    <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build  -->
-                    
-                    <!-- use maven generated application.xml instead -->
-                    <generateApplicationXml>true</generateApplicationXml>
                     <modules>
                         <webModule>
                             <groupId>org.jboss.seam.examples-ee6.openid</groupId>

Modified: branches/community/Seam_2_3/examples-ee6/quartz/quartz-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/quartz/quartz-ear/pom.xml	2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/quartz/quartz-ear/pom.xml	2012-08-09 14:28:45 UTC (rev 15026)
@@ -41,10 +41,6 @@
                 <configuration>
                     <version>6</version>
                     <defaultLibBundleDir>lib</defaultLibBundleDir>
-                    <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build  -->
-                    
-                    <!-- use maven generated application.xml instead -->
-                    <generateApplicationXml>true</generateApplicationXml>
                     <filtering>true</filtering>
                     <modules>
                         <webModule>

Modified: branches/community/Seam_2_3/examples-ee6/registration/registration-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/registration/registration-ear/pom.xml	2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/registration/registration-ear/pom.xml	2012-08-09 14:28:45 UTC (rev 15026)
@@ -41,10 +41,6 @@
                 <configuration>
                     <version>6</version>
                     <defaultLibBundleDir>lib</defaultLibBundleDir>
-                    <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build  -->
-                    
-                    <!-- use maven generated application.xml instead -->
-                    <generateApplicationXml>true</generateApplicationXml>
                     <modules>
                         <webModule>
                             <groupId>org.jboss.seam.examples-ee6.registration</groupId>

Modified: branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-ear/pom.xml	2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-ear/pom.xml	2012-08-09 14:28:45 UTC (rev 15026)
@@ -41,10 +41,6 @@
                 <configuration>
                     <version>6</version>
                     <defaultLibBundleDir>lib</defaultLibBundleDir>
-                    <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build  -->
-                    
-                    <!-- use maven generated application.xml instead -->
-                    <generateApplicationXml>true</generateApplicationXml>
                     <filtering>true</filtering>
                     <modules>
                         <webModule>

Modified: branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-ear/pom.xml	2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-ear/pom.xml	2012-08-09 14:28:45 UTC (rev 15026)
@@ -49,10 +49,6 @@
                 <configuration>
                     <version>6</version>
                     <defaultLibBundleDir>lib</defaultLibBundleDir>
-                    <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build  -->
-                    
-                    <!-- use maven generated application.xml instead -->
-                    <generateApplicationXml>true</generateApplicationXml>
                     <filtering>true</filtering>
                     <modules>
                         <webModule>

Modified: branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-ear/pom.xml	2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-ear/pom.xml	2012-08-09 14:28:45 UTC (rev 15026)
@@ -41,10 +41,6 @@
                 <configuration>
                     <version>6</version>
                     <defaultLibBundleDir>lib</defaultLibBundleDir>
-                    <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build  -->
-                    
-                    <!-- use maven generated application.xml instead -->
-                    <generateApplicationXml>true</generateApplicationXml>
                     <filtering>true</filtering>
                     <modules>
                         <webModule>

Modified: branches/community/Seam_2_3/examples-ee6/remoting/progressbar/progressbar-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/remoting/progressbar/progressbar-ear/pom.xml	2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/remoting/progressbar/progressbar-ear/pom.xml	2012-08-09 14:28:45 UTC (rev 15026)
@@ -45,8 +45,6 @@
                 <configuration>
                     <version>6</version>
                     <defaultLibBundleDir>lib</defaultLibBundleDir>
-                    <!-- use maven generated application.xml instead -->
-                    <generateApplicationXml>true</generateApplicationXml>
                     <filtering>true</filtering>
                     <modules>
                         <webModule>

Modified: branches/community/Seam_2_3/examples-ee6/restbay/restbay-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/restbay/restbay-ear/pom.xml	2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/restbay/restbay-ear/pom.xml	2012-08-09 14:28:45 UTC (rev 15026)
@@ -42,10 +42,6 @@
                 <configuration>
                     <version>6</version>
                     <defaultLibBundleDir>lib</defaultLibBundleDir>
-                    <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build  -->
-                    
-                    <!-- use maven generated application.xml instead -->
-                    <generateApplicationXml>true</generateApplicationXml>
                     <filtering>true</filtering>
                     <modules>
                         <webModule>

Modified: branches/community/Seam_2_3/examples-ee6/rss/rss-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/rss/rss-ear/pom.xml	2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/rss/rss-ear/pom.xml	2012-08-09 14:28:45 UTC (rev 15026)
@@ -41,10 +41,6 @@
                 <configuration>
                     <version>6</version>
                     <defaultLibBundleDir>lib</defaultLibBundleDir>
-                    <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build  -->
-                    <earSourceExcludes>**/application.xml, **/jboss-app.xml</earSourceExcludes>
-                    <!-- use maven generated application.xml instead -->
-                    <generateApplicationXml>true</generateApplicationXml>
                     <filtering>true</filtering>
                     <modules>
                         <webModule>

Modified: branches/community/Seam_2_3/examples-ee6/seambay/seambay-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/seambay/seambay-ear/pom.xml	2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/seambay/seambay-ear/pom.xml	2012-08-09 14:28:45 UTC (rev 15026)
@@ -39,14 +39,9 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-ear-plugin</artifactId>
-                <version>2.7</version>
                 <configuration>
                     <version>6</version>
                     <defaultLibBundleDir>lib</defaultLibBundleDir>
-                    <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build  -->
-                    
-                    <!-- use maven generated application.xml instead -->
-                    <generateApplicationXml>true</generateApplicationXml>
                     <filtering>true</filtering>
                     <!-- Needed for Aargh injecting entityManager via JNDI during startup -->
                     <initializeInOrder>true</initializeInOrder>

Modified: branches/community/Seam_2_3/examples-ee6/seamdiscs/seamdiscs-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/seamdiscs/seamdiscs-ear/pom.xml	2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/seamdiscs/seamdiscs-ear/pom.xml	2012-08-09 14:28:45 UTC (rev 15026)
@@ -39,11 +39,8 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-ear-plugin</artifactId>
                 <configuration>
+                    <version>6</version>
                     <defaultLibBundleDir>lib</defaultLibBundleDir>
-                    <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build  -->
-                    
-                    <!-- use maven generated application.xml instead -->
-                    <generateApplicationXml>true</generateApplicationXml>
                     <filtering>true</filtering>
                     <modules>
                         <webModule>

Modified: branches/community/Seam_2_3/examples-ee6/seampay/seampay-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/seampay/seampay-ear/pom.xml	2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/seampay/seampay-ear/pom.xml	2012-08-09 14:28:45 UTC (rev 15026)
@@ -55,9 +55,6 @@
                 <configuration>
                     <version>6</version>
                     <defaultLibBundleDir>lib</defaultLibBundleDir>
-                    <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build  -->
-                    
-                    <!-- use maven generated application.xml instead -->
                     <generateApplicationXml>true</generateApplicationXml>
                     <filtering>true</filtering>
                     <modules>

Modified: branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-ear/pom.xml	2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-ear/pom.xml	2012-08-09 14:28:45 UTC (rev 15026)
@@ -78,10 +78,6 @@
                 <configuration>
                     <version>6</version>
                     <defaultLibBundleDir>lib</defaultLibBundleDir>
-                    <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build  -->
-                    
-                    <!-- use maven generated application.xml instead -->
-                    <generateApplicationXml>true</generateApplicationXml>
                     <filtering>true</filtering>
                     <modules>
                         <webModule>

Modified: branches/community/Seam_2_3/examples-ee6/tasks/tasks-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/tasks/tasks-ear/pom.xml	2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/tasks/tasks-ear/pom.xml	2012-08-09 14:28:45 UTC (rev 15026)
@@ -42,10 +42,6 @@
                 <configuration>
                     <version>6</version>
                     <defaultLibBundleDir>lib</defaultLibBundleDir>
-                    <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build  -->
-                    
-                    <!-- use maven generated application.xml instead -->
-                    <generateApplicationXml>true</generateApplicationXml>
                     <filtering>true</filtering>
                     <modules>
                         <webModule>

Modified: branches/community/Seam_2_3/examples-ee6/todo/todo-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/todo/todo-ear/pom.xml	2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/todo/todo-ear/pom.xml	2012-08-09 14:28:45 UTC (rev 15026)
@@ -46,8 +46,6 @@
                 <configuration>
                     <version>6</version>
                     <defaultLibBundleDir>lib</defaultLibBundleDir>
-                    <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build  -->
-                    <earSourceExcludes>**/application.xml, **/jboss-app.xml</earSourceExcludes>
                     <filtering>true</filtering>
                     <modules>
                         <webModule>

Modified: branches/community/Seam_2_3/examples-ee6/ui/ui-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/ui/ui-ear/pom.xml	2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/ui/ui-ear/pom.xml	2012-08-09 14:28:45 UTC (rev 15026)
@@ -47,10 +47,6 @@
                 <configuration>
                     <version>6</version>
                     <defaultLibBundleDir>lib</defaultLibBundleDir>
-                    <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build  -->
-                    
-                    <!-- use maven generated application.xml instead -->
-                    <generateApplicationXml>true</generateApplicationXml>
                     <filtering>true</filtering>
                     <modules>
                         <webModule>

Modified: branches/community/Seam_2_3/examples-ee6/wicket/wicket-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/wicket/wicket-ear/pom.xml	2012-08-09 14:27:38 UTC (rev 15025)
+++ branches/community/Seam_2_3/examples-ee6/wicket/wicket-ear/pom.xml	2012-08-09 14:28:45 UTC (rev 15026)
@@ -41,10 +41,6 @@
                 <configuration>
                     <version>6</version>
                     <defaultLibBundleDir>lib</defaultLibBundleDir>
-                    <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build  -->
-                    <earSourceExcludes>**/application.xml, **/jboss-app.xml</earSourceExcludes>
-                    <!-- use maven generated application.xml instead -->
-                    <generateApplicationXml>true</generateApplicationXml>
                     <filtering>true</filtering>
                     <modules>
                         <webModule>



More information about the seam-commits mailing list