summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/itest/distribution/webapp-helloworld/pom.xml
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-11-25 10:04:15 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-11-25 10:04:15 +0000
commitde5197c39ffbdaec890debe429faf1c07212e338 (patch)
treee40185e737007e1c1052edbf07034adff96d1960 /sca-java-2.x/trunk/itest/distribution/webapp-helloworld/pom.xml
parent67e1bed89e5f41d03ff7c285880690d2b23ef64a (diff)
Put loca; distribution/itest bin-distro-unzip dependencies into the distribution profile as bin-distro-unzip isn't build in the default profile.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884015 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/itest/distribution/webapp-helloworld/pom.xml')
-rw-r--r--sca-java-2.x/trunk/itest/distribution/webapp-helloworld/pom.xml23
1 files changed, 15 insertions, 8 deletions
diff --git a/sca-java-2.x/trunk/itest/distribution/webapp-helloworld/pom.xml b/sca-java-2.x/trunk/itest/distribution/webapp-helloworld/pom.xml
index 81d7304e00..68dc0fe382 100644
--- a/sca-java-2.x/trunk/itest/distribution/webapp-helloworld/pom.xml
+++ b/sca-java-2.x/trunk/itest/distribution/webapp-helloworld/pom.xml
@@ -27,15 +27,22 @@
</parent>
<artifactId>itest-distribution-webapp-helloworld</artifactId>
<name>Apache Tuscany SCA iTest Distribution Webapp helloworld</name>
+
+ <profiles>
+ <profile>
+ <id>distribution</id>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>itest-bin-distro-unzip</artifactId>
+ <type>pom</type>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+ </dependencies>
+ </profile>
+ </profiles>
- <dependencies>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>itest-bin-distro-unzip</artifactId>
- <type>pom</type>
- <version>2.0-SNAPSHOT</version>
- </dependency>
+ <dependencies>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>