Author: richard.opalka(a)jboss.com
Date: 2008-06-03 12:45:47 -0400 (Tue, 03 Jun 2008)
New Revision: 7299
Modified:
stack/native/trunk/modules/testsuite/native-tests/pom.xml
Log:
fix tests.resources.dir
Modified: stack/native/trunk/modules/testsuite/native-tests/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/native-tests/pom.xml 2008-06-03 16:35:38 UTC (rev
7298)
+++ stack/native/trunk/modules/testsuite/native-tests/pom.xml 2008-06-03 16:45:47 UTC (rev
7299)
@@ -127,7 +127,7 @@
<configuration>
<tasks>
<property name="maven.test.classpath"
refid="maven.test.classpath"/>
- <property name="tests.resources.dir"
value="${test.resources.directory}"/>
+ <property name="tests.resources.dir"
value="${basedir}/src/test/resources"/>
<property name="tests.output.dir"
value="${project.build.directory}"/>
<ant antfile="scripts/antrun-wsprovide.xml"
target="wsprovide"/>
</tasks>
@@ -142,7 +142,7 @@
<configuration>
<tasks>
<property name="tests.output.dir"
value="${project.build.directory}"/>
- <property name="tests.resources.dir"
value="${test.resources.directory}"/>
+ <property name="tests.resources.dir"
value="${basedir}/src/test/resources"/>
<ant antfile="scripts/build-jars-jaxrpc.xml"
target="build-jars-jaxrpc"/>
<ant antfile="scripts/build-samples-jaxrpc.xml"
target="build-samples-jaxrpc"/>
<ant antfile="scripts/build-jars-jaxws.xml"
target="build-jars-jaxws"/>
Show replies by date