summaryrefslogtreecommitdiffstats
path: root/java/sca/otest/current/ASM_5004/pom.xml
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-07-14 15:12:26 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-07-14 15:12:26 +0000
commit3bd00845af28a146e8a8b594e5bdf2e9660617e1 (patch)
tree9e416b46635ea73906db297ed633d4da9c228914 /java/sca/otest/current/ASM_5004/pom.xml
parent2b743f0810f233dd634fbe9a4aeb078cfc56d868 (diff)
simplify pom now source is extracted directly into this project
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793926 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/otest/current/ASM_5004/pom.xml10
1 files changed, 2 insertions, 8 deletions
diff --git a/java/sca/otest/current/ASM_5004/pom.xml b/java/sca/otest/current/ASM_5004/pom.xml
index 63773a9f77..c2f1033c92 100644
--- a/java/sca/otest/current/ASM_5004/pom.xml
+++ b/java/sca/otest/current/ASM_5004/pom.xml
@@ -26,14 +26,8 @@
</parent>
<artifactId>tuscany-otests-asm-ASM_5004</artifactId>
<name>Apache Tuscany SCA Specification Tests ASM ASM_5004</name>
-
+
<build>
- <sourceDirectory>../src/main/resources/ASM_5004</sourceDirectory>
- <resources>
- <resource>
- <directory>../src/main/resources/ASM_5004</directory>
- </resource>
- </resources>
- <outputDirectory>../tests/target/ASM_5004</outputDirectory>
+ <finalName>${artifactId}</finalName>
</build>
</project>