You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2006/09/13 09:20:27 UTC

svn commit: r442879 - in /geronimo/server/trunk/testsuite/deployment-testsuite: ./ pom.xml

Author: jdillon
Date: Wed Sep 13 00:20:26 2006
New Revision: 442879

URL: http://svn.apache.org/viewvc?view=rev&rev=442879
Log:
A place to test deployments

Added:
    geronimo/server/trunk/testsuite/deployment-testsuite/
      - copied from r442877, geronimo/server/trunk/testsuite/console-testsuite/
Modified:
    geronimo/server/trunk/testsuite/deployment-testsuite/pom.xml

Modified: geronimo/server/trunk/testsuite/deployment-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/deployment-testsuite/pom.xml?view=diff&rev=442879&r1=442877&r2=442879
==============================================================================
--- geronimo/server/trunk/testsuite/deployment-testsuite/pom.xml (original)
+++ geronimo/server/trunk/testsuite/deployment-testsuite/pom.xml Wed Sep 13 00:20:26 2006
@@ -31,12 +31,12 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
     
-    <artifactId>console-testsuite</artifactId>
-    <name>Geronimo TestSuite, Console</name>
+    <artifactId>deployment-testsuite</artifactId>
+    <name>Geronimo TestSuite, Deployment</name>
     <packaging>pom</packaging>
     
     <description>
-        Geronimo console testsuite.
+        Geronimo deployment testsuite.
     </description>
     
     <dependencies>
@@ -132,31 +132,6 @@
                             </execution>
                         </executions>
                     </plugin>
-                    
-                    <!--
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-invoker-plugin</artifactId>
-                        
-                        <configuration>
-                            <debug>true</debug>
-                            <projectsDirectory>${pom.basedir}</projectsDirectory>
-                            <pomIncludes>
-                                <pomInclude>*/pom.xml</pomInclude>
-                            </pomIncludes>
-                        </configuration>
-                        
-                        <executions>
-                            <execution>
-                                <id>integration-test</id>
-                                <phase>integration-test</phase>
-                                <goals>
-                                    <goal>run</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                    </plugin>
-                    -->
                 </plugins>
             </build>
         </profile>