summaryrefslogtreecommitdiffstats
path: root/java/sca
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-01-22 01:52:54 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-01-22 01:52:54 +0000
commit70bbb3cbdef6497147036cfc5715c51aa23af383 (patch)
tree0e678caf4ba2a57c308107a3c09369d91f417274 /java/sca
parent081461c43c50ef1e2498b24125a6111d6db038cf (diff)
Adjust the pom.xml to add an osgi profile
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736522 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/pom.xml11
1 files changed, 7 insertions, 4 deletions
diff --git a/java/sca/pom.xml b/java/sca/pom.xml
index 7a0b9e8780..99fb87f6cc 100644
--- a/java/sca/pom.xml
+++ b/java/sca/pom.xml
@@ -182,8 +182,11 @@
<module>tools</module>
<module>samples</module>
<module>itest</module>
- <!--module>vtest</module-->
- <!--module>tutorials</module-->
+<!--
+ <module>stest</module>
+ <module>vtest</module>
+ <module>tutorials</module>
+-->
</modules>
</profile>
@@ -267,7 +270,7 @@
<activeByDefault>false</activeByDefault>
</activation>
<modules>
- <module>calculator</module>
+ <module>samples</module>
</modules>
<properties>
<maven.test.skip.exec>true</maven.test.skip.exec>
@@ -281,7 +284,7 @@
<executions>
<execution>
<id>osgi-test</id>
- <phase>integration-test</phase>
+ <phase>test</phase>
<goals>
<goal>test</goal>
</goals>