summaryrefslogtreecommitdiffstats
path: root/java/sca/distribution
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-07-21 02:51:53 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-07-21 02:51:53 +0000
commitd3ac1fa14166e1e373f3184d75ebf6725a3fe242 (patch)
tree02ec02edf5955758e7e91a1d315ef6c5d70a0ce3 /java/sca/distribution
parentf8bb70061111083d192f738f7ca638bd9b67c02f (diff)
Updating pom to build tomcat distribution when using Distribution maven profile
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796124 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/distribution')
-rw-r--r--java/sca/distribution/pom.xml24
1 files changed, 21 insertions, 3 deletions
diff --git a/java/sca/distribution/pom.xml b/java/sca/distribution/pom.xml
index 3570f56527..21005f4c2c 100644
--- a/java/sca/distribution/pom.xml
+++ b/java/sca/distribution/pom.xml
@@ -30,8 +30,26 @@
<packaging>pom</packaging>
<name>Apache Tuscany SCA Distributions</name>
- <modules>
- <module>all</module>
- </modules>
+ <profiles>
+ <profile>
+ <id>default</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <modules>
+ <module>all</module>
+ </modules>
+ </profile>
+
+ <profile>
+ <id>distribution</id>
+ <modules>
+ <module>all</module>
+ <module>tomcat</module>
+ </modules>
+ </profile>
+
+ </profiles>
+
</project>