Author: maschmid
Date: 2012-01-26 08:12:52 -0500 (Thu, 26 Jan 2012)
New Revision: 14264

Modified:
   branches/community/Seam_2_3/examples/booking/booking-ear/pom.xml
   branches/community/Seam_2_3/examples/dvdstore/dvdstore-ear/pom.xml
   branches/community/Seam_2_3/examples/jpa/jpa-web/pom.xml
Log:
JBSEAM-4890, remove the executions of jboss-as-maven-plugin in the jbossas7 
profile.


Modified: branches/community/Seam_2_3/examples/booking/booking-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/booking/booking-ear/pom.xml    
2012-01-26 13:08:33 UTC (rev 14263)
+++ branches/community/Seam_2_3/examples/booking/booking-ear/pom.xml    
2012-01-26 13:12:52 UTC (rev 14264)
@@ -217,40 +217,6 @@
             <build>
                <plugins>
                        <plugin>
-                                   <groupId>org.jboss.as.plugins</groupId>
-                                   
<artifactId>jboss-as-maven-plugin</artifactId>
-                                   <version>7.1.0.CR1</version>
-                        <executions>
-<!--  This fails with NullPointerException -->                        
-<!--                                   <execution> -->
-<!--                                               <id>add-datasource</id> -->
-<!--                                               <phase>package</phase> -->
-<!--                                               <configuration> -->
-<!--                                                   
<address>subsystem=datasources,data-source=java:/bookingDatasource</address> -->
-<!--                                                   <properties> -->
-<!--                                                       
<connection-url>jdbc:h2:mem:test;DB_CLOSE_DELAY=-1</connection-url> -->
-<!--                                                       
<jndi-name>java:/bookingDatasource</jndi-name> -->
-<!--                                                       
<enabled>true</enabled> -->
-<!--                                                       
<pool-name>bookingDSPool</pool-name> -->
-<!--                                                       
<user-name>sa</user-name> -->
-<!--                                                       
<password></password> -->
-<!--                                                       
<driver-name>h2</driver-name> -->
-<!--                                                   </properties> -->
-<!--                                               </configuration> -->
-<!--                                               <goals> -->
-<!--                                                   
<goal>add-resource</goal> -->
-<!--                                               </goals> -->
-<!--                                           </execution> -->
-<!--  Datasource has to be created before running deploy -->
-                                                <execution>
-                                <phase>package</phase>
-                                <goals>
-                                    <goal>deploy</goal>
-                                </goals>
-                            </execution>
-                                       </executions>
-                               </plugin>
-                       <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-ear-plugin</artifactId>
                                <version>2.3.2</version>

Modified: branches/community/Seam_2_3/examples/dvdstore/dvdstore-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/dvdstore/dvdstore-ear/pom.xml  
2012-01-26 13:08:33 UTC (rev 14263)
+++ branches/community/Seam_2_3/examples/dvdstore/dvdstore-ear/pom.xml  
2012-01-26 13:12:52 UTC (rev 14264)
@@ -299,39 +299,6 @@
             <build>
                 <plugins>
                     <plugin>
-                        <groupId>org.jboss.as.plugins</groupId>
-                        <artifactId>jboss-as-maven-plugin</artifactId>
-                        <version>7.1.0.Beta1b</version>
-                        <executions>
-<!--  This fails with NullPointerException -->                        
-<!--                            <execution> -->
-<!--                                <id>add-datasource</id> -->
-<!--                                <phase>package</phase> -->
-<!--                                <configuration> -->
-<!--                                    
<address>subsystem=datasources,data-source=java:/dvdstoreDatasource</address> 
-->
-<!--                                    <properties> -->
-<!--                                        
<connection-url>jdbc:h2:mem:test;DB_CLOSE_DELAY=-1</connection-url> -->
-<!--                                        
<jndi-name>java:/dvdstoreDatasource</jndi-name> -->
-<!--                                        <enabled>true</enabled> -->
-<!--                                        
<pool-name>dvdstoreDSPool</pool-name> -->
-<!--                                        <user-name>sa</user-name> -->
-<!--                                        <driver-name>h2</driver-name> -->
-<!--                                    </properties> -->
-<!--                                </configuration> -->
-<!--                                <goals> -->
-<!--                                    <goal>add-resource</goal> -->
-<!--                                </goals> -->
-<!--                            </execution> -->
-<!--  Datasource has to be created before running deploy -->
-                             <execution>
-                                <phase>package</phase>
-                                <goals>
-                                    <goal>deploy</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                    </plugin>
-                    <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-ear-plugin</artifactId>
                         <configuration>                     

Modified: branches/community/Seam_2_3/examples/jpa/jpa-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/jpa/jpa-web/pom.xml    2012-01-26 
13:08:33 UTC (rev 14263)
+++ branches/community/Seam_2_3/examples/jpa/jpa-web/pom.xml    2012-01-26 
13:12:52 UTC (rev 14264)
@@ -160,27 +160,6 @@
                         <configuration>
                             <filename>${project.build.finalName}.war</filename>
                         </configuration>
-<!--                         <executions> -->
-<!--                             <execution> -->
-<!--                                 <id>add-datasource</id> -->
-<!--                                 <phase>install</phase> -->
-<!--                                 <configuration> -->
-<!--                                     
<address>subsystem=datasources,data-source=bookingDatasource</address> -->
-<!--                                     <properties> -->
-<!--                                         
<connection-url>jdbc:h2:mem:test;DB_CLOSE_DELAY=-1</connection-url> -->
-<!--                                         
<jndi-name>bookingDatabase</jndi-name> -->
-<!--                                         <enabled>true</enabled> -->
-<!--                                         <pool-name>myJPAPool</pool-name> 
-->
-<!--                                         <user-name>sa</user-name> -->
-<!--                                         <password></password> -->
-<!--                                         <driver-name>h2</driver-name> -->
-<!--                                     </properties> -->
-<!--                                 </configuration> -->
-<!--                                 <goals> -->
-<!--                                     <goal>add-resource</goal> -->
-<!--                                 </goals> -->
-<!--                             </execution> -->
-<!--                         </executions> -->
                     </plugin>
                 </plugins>
             </build>

_______________________________________________
seam-commits mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-commits

Reply via email to