summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-07-14 15:23:15 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-07-14 15:23:15 +0000
commit0ec00ace9173009b8d5bac9670f46833f413e83b (patch)
treeca65924f127fe293a5b7b452fca998b57fb934da
parent262910124579188383512e7b539f561737ee6fd6 (diff)
simplify pom now source is extracted directly into sub projects
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793938 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--java/sca/otest/current/pom.xml36
1 files changed, 6 insertions, 30 deletions
diff --git a/java/sca/otest/current/pom.xml b/java/sca/otest/current/pom.xml
index 0f17ed3290..cf008e8ea2 100644
--- a/java/sca/otest/current/pom.xml
+++ b/java/sca/otest/current/pom.xml
@@ -26,7 +26,8 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-otests</artifactId>
- <name>Apache Tuscany SCA Specification Tests</name>
+ <name>Apache Tuscany SCA Specification Tests Assembly Unit tests</name>
+ <!--packaging>jar</packaging-->
<packaging>pom</packaging>
<repositories>
@@ -69,9 +70,8 @@
<modules>
<module>General</module>
- <module>General_C</module>
- <module>General_CPP</module>
<module>General_Java</module>
+<!--
<module>ASM_10001</module>
<module>ASM_10003</module>
<module>ASM_12001</module>
@@ -136,33 +136,9 @@
<module>ASM_9002</module>
<module>Contribution1</module>
<module>Contribution2</module>
+-->
+ <module>ASM_5004</module>
<module>tests</module>
</modules>
-
- <build>
- <!-- plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>build-helper-maven-plugin</artifactId>
- <executions>
- <execution>
- <id>add-source</id>
- <phase>generate-sources</phase>
- <goals>
- <goal>add-source</goal>
- </goals>
- <configuration>
- <sources>
- <source>${basedir}/src/main/resources/General</source>
- </sources>
- <sources>
- <source>${basedir}/src/main/resources/General_Java</source>
- </sources>
- </configuration>
- </execution>
- </executions>
-
- </plugin>
- </plugins-->
- </build>
+
</project>