summaryrefslogtreecommitdiffstats
path: root/java/sca/otest/current/ASM_8005
diff options
context:
space:
mode:
Diffstat (limited to 'java/sca/otest/current/ASM_8005')
-rw-r--r--java/sca/otest/current/ASM_8005/pom.xml13
1 files changed, 6 insertions, 7 deletions
diff --git a/java/sca/otest/current/ASM_8005/pom.xml b/java/sca/otest/current/ASM_8005/pom.xml
index a9083984a8..63551f9dd1 100644
--- a/java/sca/otest/current/ASM_8005/pom.xml
+++ b/java/sca/otest/current/ASM_8005/pom.xml
@@ -37,11 +37,6 @@
<build>
<finalName>${artifactId}</finalName>
- <resources>
- <resource>
- <directory>src/main/java</directory>
- </resource>
- </resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -66,9 +61,13 @@
<configuration>
<tasks>
<property name="from.dir" value="../src/main/resources/ASM_8005"/>
- <property name="to.dir" value="src/main/java"/>
<ant antfile="../build.xml">
- <target name="copyDir"/>
+ <property name="to.dir" value="src/main/resources"/>
+ <target name="copyResourceDir"/>
+ </ant>
+ <ant antfile="../build.xml">
+ <property name="to.dir" value="src/main/java"/>
+ <target name="copySourceDir"/>
</ant>
</tasks>
</configuration>