You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2007/10/31 21:34:05 UTC

svn commit: r590813 - in /geronimo/server/trunk/testsuite: pom.xml webservices-testsuite/pom.xml

Author: gawor
Date: Wed Oct 31 13:34:04 2007
New Revision: 590813

URL: http://svn.apache.org/viewvc?rev=590813&view=rev
Log:
should generate smaller artifacts without all the selenium libraries

Modified:
    geronimo/server/trunk/testsuite/pom.xml
    geronimo/server/trunk/testsuite/webservices-testsuite/pom.xml

Modified: geronimo/server/trunk/testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/pom.xml?rev=590813&r1=590812&r2=590813&view=diff
==============================================================================
--- geronimo/server/trunk/testsuite/pom.xml (original)
+++ geronimo/server/trunk/testsuite/pom.xml Wed Oct 31 13:34:04 2007
@@ -56,6 +56,7 @@
         <dependency>
             <groupId>org.apache.geronimo.testsupport</groupId>
             <artifactId>testsupport-selenium</artifactId>
+            <scope>provided</scope>
         </dependency>
     </dependencies>
 

Modified: geronimo/server/trunk/testsuite/webservices-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/webservices-testsuite/pom.xml?rev=590813&r1=590812&r2=590813&view=diff
==============================================================================
--- geronimo/server/trunk/testsuite/webservices-testsuite/pom.xml (original)
+++ geronimo/server/trunk/testsuite/webservices-testsuite/pom.xml Wed Oct 31 13:34:04 2007
@@ -51,18 +51,6 @@
             </plugin>
         </plugins>
 
-        <pluginManagement>
-            <plugins>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-war-plugin</artifactId>
-                    <configuration>
-                        <webXml>${pom.basedir}/src/main/webapp/WEB-INF/web.xml</webXml>
-                        <warSourceIncludes>WEB-INF/lib/${artifactId}-${version}.jar, **/*.wsdl, **/*.xsd, **/*.jsp, **/*.xml, **/*.class, META-INF/*.txt</warSourceIncludes>
-                    </configuration>
-                </plugin>
-            </plugins>
-        </pluginManagement>
     </build>
 
     <profiles>