Author: alessio.soldano(a)jboss.com
Date: 2009-10-01 09:52:27 -0400 (Thu, 01 Oct 2009)
New Revision: 10819
Modified:
stack/native/trunk/modules/testsuite/framework-tests/pom.xml
Log:
[JBWS-2740] Removing useless plugin
Modified: stack/native/trunk/modules/testsuite/framework-tests/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/framework-tests/pom.xml 2009-10-01 13:37:54 UTC
(rev 10818)
+++ stack/native/trunk/modules/testsuite/framework-tests/pom.xml 2009-10-01 13:52:27 UTC
(rev 10819)
@@ -13,10 +13,6 @@
<relativePath>../pom.xml</relativePath>
</parent>
- <properties>
- <stack.name>native</stack.name>
- </properties>
-
<!-- Dependencies -->
<dependencies>
<dependency>
@@ -86,48 +82,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>
Show replies by date