summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/itest/distribution/binding-ws-calculator/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/binding-ws-calculator/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 '')
-rw-r--r--sca-java-2.x/trunk/itest/distribution/binding-ws-calculator/pom.xml21
1 files changed, 13 insertions, 8 deletions
diff --git a/sca-java-2.x/trunk/itest/distribution/binding-ws-calculator/pom.xml b/sca-java-2.x/trunk/itest/distribution/binding-ws-calculator/pom.xml
index 3f4cb4b536..907bc69399 100644
--- a/sca-java-2.x/trunk/itest/distribution/binding-ws-calculator/pom.xml
+++ b/sca-java-2.x/trunk/itest/distribution/binding-ws-calculator/pom.xml
@@ -28,14 +28,19 @@
<artifactId>itest-distribution-binding-ws-calculator</artifactId>
<name>Apache Tuscany SCA iTest Distribution binding-ws-calculator</name>
- <dependencies>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>itest-bin-distro-unzip</artifactId>
- <type>pom</type>
- <version>2.0-SNAPSHOT</version>
- </dependency>
- </dependencies>
+ <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>
<build>
<plugins>