[jbossws-commits] JBossWS SVN: r16098 - stack/native/trunk/modules/testsuite/native-tests.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Apr 4 11:11:11 EDT 2012


Author: alessio.soldano at jboss.com
Date: 2012-04-04 11:11:11 -0400 (Wed, 04 Apr 2012)
New Revision: 16098

Modified:
   stack/native/trunk/modules/testsuite/native-tests/pom.xml
Log:
Avoid using ${project.parent.build.directory} which is not working anymore with recent antrun maven plugin versions


Modified: stack/native/trunk/modules/testsuite/native-tests/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/native-tests/pom.xml	2012-04-04 15:07:45 UTC (rev 16097)
+++ stack/native/trunk/modules/testsuite/native-tests/pom.xml	2012-04-04 15:11:11 UTC (rev 16098)
@@ -67,7 +67,7 @@
                 <configuration>
                   <tasks>
                     <copy
-                      file="${project.parent.build.directory}/../src/test/resources/${jbossws.integration.target}/appclient-ws.xml"
+                      file="${project.build.directory}/../../src/test/resources/${jbossws.integration.target}/appclient-ws.xml"
                       tofile="${jboss.home}/appclient/configuration/appclient-ws.xml"
                       failonerror="false"
                       verbose="true"



More information about the jbossws-commits mailing list