summaryrefslogtreecommitdiffstats
path: root/sandbox/sca-cloud-tutorial/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sandbox/sca-cloud-tutorial/pom.xml31
1 files changed, 25 insertions, 6 deletions
diff --git a/sandbox/sca-cloud-tutorial/pom.xml b/sandbox/sca-cloud-tutorial/pom.xml
index 066b3a536b..ab351ab42b 100644
--- a/sandbox/sca-cloud-tutorial/pom.xml
+++ b/sandbox/sca-cloud-tutorial/pom.xml
@@ -30,10 +30,29 @@
<packaging>pom</packaging>
<name>Apache Tuscany SCA Cloud Tutorial</name>
- <modules>
- <module>cloud-api</module>
- <module>cloud-google</module>
- <module>store-assets</module>
- </modules>
-
+ <profiles>
+ <profile>
+ <id>default</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <modules>
+ <module>cloud-api</module>
+ <module>cloud-google</module>
+ <module>store-assets</module>
+ <module>store-appengine-webapp</module>
+ <module>store-catalog-appengine-webapp</module>
+ <module>store-catalog-ibmcloud-webapp</module>
+ </modules>
+ </profile>
+
+ <profile>
+ <id>eclipse</id>
+ <modules>
+ <module>cloud-api</module>
+ <module>store-assets</module>
+ <module>store-catalog-ibmcloud-webapp</module>
+ </modules>
+ </profile>
+ </profiles>
</project> \ No newline at end of file