Author: danieldominguez
Date: 2009-12-17 11:14:09 -0500 (Thu, 17 Dec 2009)
New Revision: 412
Modified:
branches/ODE/ODE-2.0-maven/bpel-compiler/pom.xml
Log:
Copy bpel-scripts for tests
Modified: branches/ODE/ODE-2.0-maven/bpel-compiler/pom.xml
===================================================================
--- branches/ODE/ODE-2.0-maven/bpel-compiler/pom.xml 2009-12-17 15:22:31 UTC (rev 411)
+++ branches/ODE/ODE-2.0-maven/bpel-compiler/pom.xml 2009-12-17 16:14:09 UTC (rev 412)
@@ -47,10 +47,6 @@
<artifactId>ode-bpel-schemas</artifactId>
</dependency>
<dependency>
- <groupId>org.apache.ode</groupId>
- <artifactId>ode-bpel-scripts</artifactId>
- </dependency>
- <dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
</dependency>
@@ -117,4 +113,30 @@
</dependency>
</dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>copy-bpel-scripts-for-tests</id>
+ <phase>process-test-resources</phase>
+ <goals>
+ <goal>unpack</goal>
+ </goals>
+ <configuration>
+ <artifactItems>
+ <artifactItem>
+ <groupId>org.apache.ode</groupId>
+ <artifactId>ode-bpel-scripts</artifactId>
+
<outputDirectory>${project.build.testOutputDirectory}</outputDirectory>
+ </artifactItem>
+ </artifactItems>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
</project>
Show replies by date