JBossWS SVN: r16197 - in stack/cxf/trunk: modules/dist and 5 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2012-04-20 07:09:02 -0400 (Fri, 20 Apr 2012)
New Revision: 16197
Modified:
stack/cxf/trunk/modules/dist/pom.xml
stack/cxf/trunk/modules/resources/pom.xml
stack/cxf/trunk/modules/server/pom.xml
stack/cxf/trunk/modules/testsuite/cxf-spring-tests/pom.xml
stack/cxf/trunk/modules/testsuite/cxf-tests/pom.xml
stack/cxf/trunk/modules/testsuite/shared-tests/pom.xml
stack/cxf/trunk/pom.xml
Log:
[JBWS-3480] Replacing deprecated <tasks> with <target> in maven-antrun-plugin configurations
Modified: stack/cxf/trunk/modules/dist/pom.xml
===================================================================
--- stack/cxf/trunk/modules/dist/pom.xml 2012-04-20 10:21:32 UTC (rev 16196)
+++ stack/cxf/trunk/modules/dist/pom.xml 2012-04-20 11:09:02 UTC (rev 16197)
@@ -270,7 +270,7 @@
<id>generate-exclude-file</id>
<phase>validate</phase>
<configuration>
- <tasks>
+ <target>
<mkdir dir="${basedir}/target/exclude-file" />
<xslt style="${basedir}/src/main/distro/test-exclude.xsl" in="../testsuite/pom.xml" out="${basedir}/target/exclude-file/test-excludes-jboss702.txt">
<param name="targetName" expression="jboss702" />
@@ -284,7 +284,7 @@
<xslt style="${basedir}/src/main/distro/test-exclude.xsl" in="../testsuite/pom.xml" out="${basedir}/target/exclude-file/test-excludes-jboss712.txt">
<param name="targetName" expression="jboss712" />
</xslt>
- </tasks>
+ </target>
</configuration>
<goals>
<goal>run</goal>
Modified: stack/cxf/trunk/modules/resources/pom.xml
===================================================================
--- stack/cxf/trunk/modules/resources/pom.xml 2012-04-20 10:21:32 UTC (rev 16196)
+++ stack/cxf/trunk/modules/resources/pom.xml 2012-04-20 11:09:02 UTC (rev 16197)
@@ -33,11 +33,11 @@
<goal>run</goal>
</goals>
<configuration>
- <tasks>
+ <target>
<ant antfile="src/main/scripts/zip-other-configs.xml">
<property name="project.build.finalName" value="${project.build.finalName}" />
</ant>
- </tasks>
+ </target>
</configuration>
</execution>
</executions>
Modified: stack/cxf/trunk/modules/server/pom.xml
===================================================================
--- stack/cxf/trunk/modules/server/pom.xml 2012-04-20 10:21:32 UTC (rev 16196)
+++ stack/cxf/trunk/modules/server/pom.xml 2012-04-20 11:09:02 UTC (rev 16197)
@@ -280,9 +280,9 @@
<goal>run</goal>
</goals>
<configuration>
- <tasks>
+ <target>
<ant antfile="src/main/scripts/antrun-beans-config.xml" />
- </tasks>
+ </target>
</configuration>
</execution>
</executions>
Modified: stack/cxf/trunk/modules/testsuite/cxf-spring-tests/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/cxf-spring-tests/pom.xml 2012-04-20 10:21:32 UTC (rev 16196)
+++ stack/cxf/trunk/modules/testsuite/cxf-spring-tests/pom.xml 2012-04-20 11:09:02 UTC (rev 16197)
@@ -91,12 +91,12 @@
<goal>run</goal>
</goals>
<configuration>
- <tasks>
+ <target>
<property name="tests.output.dir" value="${project.build.directory}"/>
<property name="tests.resources.dir" value="${basedir}/src/test/resources"/>
<ant antfile="scripts/cxf-jars-jaxws.xml" target="build-jars-jaxws"/>
<ant antfile="scripts/cxf-samples-jaxws.xml" target="build-samples-jaxws"/>
- </tasks>
+ </target>
</configuration>
</execution>
</executions>
Modified: stack/cxf/trunk/modules/testsuite/cxf-tests/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/cxf-tests/pom.xml 2012-04-20 10:21:32 UTC (rev 16196)
+++ stack/cxf/trunk/modules/testsuite/cxf-tests/pom.xml 2012-04-20 11:09:02 UTC (rev 16197)
@@ -70,12 +70,12 @@
<goal>run</goal>
</goals>
<configuration>
- <tasks>
+ <target>
<property name="tests.output.dir" value="${project.build.directory}"/>
<property name="tests.resources.dir" value="${basedir}/src/test/resources"/>
<ant antfile="scripts/cxf-jars-jaxws.xml" target="build-jars-jaxws"/>
<ant antfile="scripts/cxf-samples-jars-jaxws.xml" target="build-jars-jaxws"/>
- </tasks>
+ </target>
</configuration>
</execution>
</executions>
Modified: stack/cxf/trunk/modules/testsuite/shared-tests/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/shared-tests/pom.xml 2012-04-20 10:21:32 UTC (rev 16196)
+++ stack/cxf/trunk/modules/testsuite/shared-tests/pom.xml 2012-04-20 11:09:02 UTC (rev 16197)
@@ -98,7 +98,7 @@
<goal>run</goal>
</goals>
<configuration>
- <tasks>
+ <target>
<property name="maven.test.classpath" refid="maven.test.classpath"/>
<property name="tests.resources.dir" value="${basedir}/src/test/resources"/>
<property name="tests.output.dir" value="${project.build.directory}"/>
@@ -107,7 +107,7 @@
<property name="log4j.output.dir" value="${log4j.output.dir}"/>
<property name="endorsed.dir" value="${project.build.directory}/endorsed"/>
<ant antfile="scripts/antrun-wsconsume.xml" target="wsconsume"/>
- </tasks>
+ </target>
</configuration>
</execution>
<execution>
@@ -116,7 +116,7 @@
<goal>run</goal>
</goals>
<configuration>
- <tasks>
+ <target>
<property name="maven.test.classpath" refid="maven.test.classpath"/>
<property name="tests.resources.dir" value="${basedir}/src/test/resources"/>
<property name="tests.output.dir" value="${project.build.directory}"/>
@@ -128,7 +128,7 @@
<ant antfile="src/test/ant-import/build-jars-jaxws.xml" target="build-jars-jaxws"/>
<ant antfile="src/test/ant-import/build-samples-jaxws.xml" target="build-samples-jaxws"/>
<ant antfile="src/test/ant-import/build-samples-jaxrpc.xml" target="build-samples-jaxrpc"/>
- </tasks>
+ </target>
</configuration>
</execution>
<execution>
@@ -138,7 +138,7 @@
<goal>run</goal>
</goals>
<configuration>
- <tasks>
+ <target>
<copy
file="${project.build.directory}/../../src/test/resources/${jbossws.integration.target}/appclient-ws.xml"
tofile="${jboss.home}/appclient/configuration/appclient-ws.xml"
@@ -146,7 +146,7 @@
verbose="true"
overwrite="true"
/>
- </tasks>
+ </target>
</configuration>
</execution>
</executions>
Modified: stack/cxf/trunk/pom.xml
===================================================================
--- stack/cxf/trunk/pom.xml 2012-04-20 10:21:32 UTC (rev 16196)
+++ stack/cxf/trunk/pom.xml 2012-04-20 11:09:02 UTC (rev 16197)
@@ -1345,12 +1345,12 @@
<goal>run</goal>
</goals>
<configuration>
- <tasks>
+ <target>
<echo />
<echo message="profile=${jbossws.integration.target}" />
<echo message="jboss.home=${jboss.home}" />
<echo />
- </tasks>
+ </target>
</configuration>
</execution>
</executions>