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

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Jan 26 08:08:34 EST 2012


Author: maschmid
Date: 2012-01-26 08:08:33 -0500 (Thu, 26 Jan 2012)
New Revision: 14263

Modified:
   branches/community/Seam_2_3/examples/pom.xml
Log:
JBSEAM-4890, remove the jboss:hard-deploy and undeploy in the ftest-jbossas profile


Modified: branches/community/Seam_2_3/examples/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/pom.xml	2012-01-20 10:43:07 UTC (rev 14262)
+++ branches/community/Seam_2_3/examples/pom.xml	2012-01-26 13:08:33 UTC (rev 14263)
@@ -349,26 +349,6 @@
                         </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>
-                        <plugin>
-                            <groupId>org.codehaus.mojo</groupId>
                             <artifactId>selenium-maven-plugin</artifactId>
                             <version>1.1</version>
                             <executions>



More information about the seam-commits mailing list