[seam-commits] Seam SVN: r14307 - branches/community/Seam_2_3/examples-ee6.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Feb 8 11:55:58 EST 2012


Author: maschmid
Date: 2012-02-08 11:55:57 -0500 (Wed, 08 Feb 2012)
New Revision: 14307

Modified:
   branches/community/Seam_2_3/examples-ee6/pom.xml
Log:
examples-ee6 remove the deploy/undeploy executions from the ftest profile


Modified: branches/community/Seam_2_3/examples-ee6/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/pom.xml	2012-02-08 15:09:20 UTC (rev 14306)
+++ branches/community/Seam_2_3/examples-ee6/pom.xml	2012-02-08 16:55:57 UTC (rev 14307)
@@ -223,30 +223,8 @@
                                 <skip>true</skip>
                             </configuration>
                         </plugin>
-<!-- this requires to be changed to AS7 plugin -->
                         <plugin>
                             <groupId>org.codehaus.mojo</groupId>
-                            <artifactId>jboss-maven-plugin</artifactId>
-                            <executions>
-                                <execution>
-                                    <id>deploy</id>
-                                    <phase>pre-integration-test</phase>
-                                    <goals>
-                                        <goal>hard-deploy</goal>
-                                    </goals>
-                                </execution>
-                                <execution>
-                                    <id>undeploy</id>
-                                    <phase>post-integration-test</phase>
-                                    <goals>
-                                        <goal>hard-undeploy</goal>
-                                    </goals>
-                                </execution>
-                            </executions>
-                        </plugin>
-<!-- this above requires to be changed to AS7 plugin -->
-                        <plugin>
-                            <groupId>org.codehaus.mojo</groupId>
                             <artifactId>selenium-maven-plugin</artifactId>
                             <version>1.1</version>
                             <executions>



More information about the seam-commits mailing list