Author: rsvoboda(a)redhat.com
Date: 2013-10-15 08:42:01 -0400 (Tue, 15 Oct 2013)
New Revision: 17997
Modified:
projects/wsi-bp-test/trunk/bp20-tests/pom.xml
Log:
cleanup in bp20-tests/pom.xml: removing copy-factories-jar execution, there is no endorsed
module with jbossws-cxf-factories jar
Modified: projects/wsi-bp-test/trunk/bp20-tests/pom.xml
===================================================================
--- projects/wsi-bp-test/trunk/bp20-tests/pom.xml 2013-10-15 12:38:55 UTC (rev 17996)
+++ projects/wsi-bp-test/trunk/bp20-tests/pom.xml 2013-10-15 12:42:01 UTC (rev 17997)
@@ -33,24 +33,6 @@
<plugin> <!-- This copies jbossws-cxf-factories jar to endorsed dir
before the integration-tests are run -->
<artifactId>maven-resources-plugin</artifactId>
<executions>
- <execution>
- <id>copy-factories-jar</id>
- <phase>pre-integration-test</phase>
- <goals>
- <goal>copy-resources</goal>
- </goals>
- <configuration>
-
<outputDirectory>${project.build.directory}/endorsed</outputDirectory>
- <resources>
- <resource>
-
<directory>${basedir}/../../endorsed/target/</directory>
- <includes>
-
<include>jbossws-cxf-factories-${jbossws.cxf.version}.jar</include>
- </includes>
- </resource>
- </resources>
- </configuration>
- </execution>
<!--workaround to copy the utf-16 encoding wsdl-->
<execution>
Show replies by date