You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by rr...@apache.org on 2010/04/15 17:51:04 UTC

svn commit: r934462 - /ode/branches/APACHE_ODE_1.X/jbi/pom.xml

Author: rr
Date: Thu Apr 15 15:51:04 2010
New Revision: 934462

URL: http://svn.apache.org/viewvc?rev=934462&view=rev
Log:
ODE-776: Fix for maven eclipse plugin for ode-jbi

Modified:
    ode/branches/APACHE_ODE_1.X/jbi/pom.xml

Modified: ode/branches/APACHE_ODE_1.X/jbi/pom.xml
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/jbi/pom.xml?rev=934462&r1=934461&r2=934462&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/jbi/pom.xml (original)
+++ ode/branches/APACHE_ODE_1.X/jbi/pom.xml Thu Apr 15 15:51:04 2010
@@ -485,6 +485,21 @@
               </resources>              
             </configuration>            
           </execution>
+          <execution>
+            <id>copy-resources2</id>
+            <phase>process-test-resources</phase>
+            <goals>
+              <goal>copy-resources</goal>
+            </goals>
+            <configuration>
+              <outputDirectory>${project.build.directory}/test/resources</outputDirectory>
+              <resources>          
+                <resource>
+                  <directory>src/test/resources</directory>
+                </resource>
+              </resources>              
+            </configuration>            
+          </execution>
         </executions>
       </plugin>
      </plugins>
@@ -492,10 +507,6 @@
      <testResources>
        <testResource>
          <directory>src/test/resources</directory>
-         <targetPath>${project.build.directory}/test/resources</targetPath>
-       </testResource>
-       <testResource>
-         <directory>src/test/resources</directory>
          <targetPath>${project.build.testOutputDirectory}</targetPath>
        </testResource>
        <testResource>