summaryrefslogtreecommitdiffstats
path: root/otest/newlayout/pom.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-11-18 00:14:57 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-11-18 00:14:57 +0000
commitb9406672e528bf60e60eeabb8c50a14fe6505089 (patch)
treee313488356fbaf98ff131bb03cec64a7885719b3 /otest/newlayout/pom.xml
parentc6b987877e4f4e0a4b77b559b77da2e397abda50 (diff)
Add a new profile "all" to include all oasis tests
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881630 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'otest/newlayout/pom.xml')
-rw-r--r--otest/newlayout/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/otest/newlayout/pom.xml b/otest/newlayout/pom.xml
index 692ff58e9a..a33806aeee 100644
--- a/otest/newlayout/pom.xml
+++ b/otest/newlayout/pom.xml
@@ -103,6 +103,20 @@
</modules>
</profile>
+ <profile>
+ <id>all</id>
+ <modules>
+ <module>sca-assembly</module>
+ <module>tuscany-test-runner</module>
+ <module>sca-java-caa</module>
+ <module>tuscany-java-caa-test-runner</module>
+ <module>sca-java-ci</module>
+ <module>tuscany-java-ci-test-runner</module>
+ <module>sca-policy</module>
+ <module>tuscany-policy-test-runner</module>
+ </modules>
+ </profile>
+
</profiles>
</project>