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:40:41 UTC

svn commit: r590818 - /geronimo/server/branches/2.0/testsuite/corba-testsuite/pom.xml

Author: gawor
Date: Wed Oct 31 13:40:41 2007
New Revision: 590818

URL: http://svn.apache.org/viewvc?rev=590818&view=rev
Log:
should be unnecessary now

Modified:
    geronimo/server/branches/2.0/testsuite/corba-testsuite/pom.xml

Modified: geronimo/server/branches/2.0/testsuite/corba-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.0/testsuite/corba-testsuite/pom.xml?rev=590818&r1=590817&r2=590818&view=diff
==============================================================================
--- geronimo/server/branches/2.0/testsuite/corba-testsuite/pom.xml (original)
+++ geronimo/server/branches/2.0/testsuite/corba-testsuite/pom.xml Wed Oct 31 13:40:41 2007
@@ -51,19 +51,6 @@
                 </executions>
             </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, **/*.css, **/*.xml, **/*.class, META-INF/*.txt</warSourceIncludes>
-                    </configuration>
-                </plugin>
-            </plugins>
-        </pluginManagement>
     </build>
 
     <profiles>