This is an automated email from the ASF dual-hosted git repository.

billblough pushed a commit to branch 1_5
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git

commit 783eae317a86e7f190fd53ebd3977c4c76d26843
Author: Andreas Veithen <veit...@apache.org>
AuthorDate: Fri Nov 11 11:49:13 2011 +0000

    Merged r922828 to the 1.5 branch to be able to import axis2-kernel into 
Eclipse.
---
 modules/kernel/pom.xml | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/modules/kernel/pom.xml b/modules/kernel/pom.xml
index 0e607bb..b14f94d 100644
--- a/modules/kernel/pom.xml
+++ b/modules/kernel/pom.xml
@@ -122,13 +122,6 @@
         </resources>
         <testResources>
             <testResource>
-                <targetPath>../test-resources</targetPath>
-                <directory>test-resources</directory>
-                <includes>
-                    <include>**/**</include>
-                </includes>
-            </testResource>
-            <testResource>
                 
<directory>test-resources/deployment/ClasspathModule</directory>
                 <includes>
                     <include>**/**</include>
@@ -192,6 +185,9 @@
                         <phase>process-test-resources</phase>
                         <configuration>
                             <tasks unless="maven.test.skip">
+                                <copy 
todir="${project.build.directory}/test-resources">
+                                    <fileset dir="${basedir}/test-resources"/>
+                                </copy>
                                 <ant antfile="build.xml" inheritall="true" 
inheritrefs="true" dir="test-resources/deployment/service2" />
                                 <ant antfile="build.xml" inheritall="true" 
inheritrefs="true" dir="test-resources/deployment/echo" />
                                 <ant antfile="build.xml" inheritall="true" 
inheritrefs="true" dir="test-resources/deployment/invalidservice" />

Reply via email to