diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-06 14:47:45 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-06 14:47:45 +0000 |
commit | e5ebc5e5432adf07e421662f8a7e5529cf97383c (patch) | |
tree | 44aab81f84ef9b4ee5782bb3b3706a57c2c69356 /otest | |
parent | f24f9cb4cc4b6a9e94782146d215b1ff5d0b4f60 (diff) |
Add a profile for the SCA-J CI test suite
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833422 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'otest')
-rw-r--r-- | otest/newlayout/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/otest/newlayout/pom.xml b/otest/newlayout/pom.xml index 82d61ab19a..9148d06483 100644 --- a/otest/newlayout/pom.xml +++ b/otest/newlayout/pom.xml @@ -87,6 +87,14 @@ </modules> </profile> + <profile> + <id>scajci</id> + <modules> + <module>sca-java-ci</module> + <module>tuscany-java-ci-test-runner</module> + </modules> + </profile> + </profiles> </project> |