[jbossws-commits] JBossWS SVN: r10818 - stack/metro/trunk/modules/testsuite/framework-tests.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Thu Oct 1 09:37:54 EDT 2009


Author: alessio.soldano at jboss.com
Date: 2009-10-01 09:37:54 -0400 (Thu, 01 Oct 2009)
New Revision: 10818

Modified:
   stack/metro/trunk/modules/testsuite/framework-tests/pom.xml
Log:
[JBWS-2740] Remove useless plugin


Modified: stack/metro/trunk/modules/testsuite/framework-tests/pom.xml
===================================================================
--- stack/metro/trunk/modules/testsuite/framework-tests/pom.xml	2009-10-01 13:37:01 UTC (rev 10817)
+++ stack/metro/trunk/modules/testsuite/framework-tests/pom.xml	2009-10-01 13:37:54 UTC (rev 10818)
@@ -14,10 +14,6 @@
     <relativePath>../pom.xml</relativePath>
   </parent>
 
-  <properties>
-    <stack.name>metro</stack.name>
-  </properties>
-
   <!-- Dependencies -->
   <dependencies>
     <dependency>
@@ -87,49 +83,7 @@
               </execution>
             </executions>
           </plugin>
-
           <plugin>
-            <artifactId>maven-resources-plugin</artifactId>
-            <executions>
-             <execution>
-             <id>filter-test</id>
-             <!--This is for filter the stack name in the test-->
-             <phase>generate-sources</phase>
-             <goals>
-              <goal>copy-resources</goal>
-             </goals>
-             <configuration>
-              <outputDirectory>target/tmp</outputDirectory>
-              <resources>          
-                <resource>
-                  <directory>src/test/java/org/jboss/test/ws/jaxws/jbws1666</directory>
-                  <filtering>true</filtering>
-                </resource>
-              </resources>              
-              </configuration>            
-             </execution>
-
-            <execution>
-            <id>copy-back-test</id>
-            <phase>generate-sources</phase>
-            <goals>
-              <goal>copy-resources</goal>
-            </goals>
-            <configuration>
-              <overwrite>true</overwrite>
-              <outputDirectory>src/test/java/org/jboss/test/ws/jaxws/jbws1666</outputDirectory>
-              <resources>          
-                <resource>
-                  <directory>target/tmp</directory>
-                </resource>
-              </resources>       
-            </configuration>            
-            </execution>
-           </executions>
-          </plugin>
-
-
-          <plugin>
             <artifactId>maven-antrun-plugin</artifactId>
             <executions>
               <execution>



More information about the jbossws-commits mailing list