summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-07-23 10:53:28 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-07-23 10:53:28 +0000
commitbe95a112193aaf946afd2bff8596107d44d69bcb (patch)
treece89b762d2f8f6effa4713512d3ef4e145cbf089 /sca-java-2.x/trunk/samples
parent1af8928ab5d7ca98e8068b68b5e418c6eca978cb (diff)
Remove the profile section as we don't use it and add a deploy plugin config with skip so that the samples don't get deployed to maven
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@967037 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples')
-rw-r--r--sca-java-2.x/trunk/samples/pom.xml21
1 files changed, 13 insertions, 8 deletions
diff --git a/sca-java-2.x/trunk/samples/pom.xml b/sca-java-2.x/trunk/samples/pom.xml
index e64b997318..4eb40567d2 100644
--- a/sca-java-2.x/trunk/samples/pom.xml
+++ b/sca-java-2.x/trunk/samples/pom.xml
@@ -29,12 +29,6 @@
<packaging>pom</packaging>
<name>Apache Tuscany SCA Samples</name>
- <profiles>
- <profile>
- <id>default</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
<modules>
<module>calculator-osgi</module>
<module>dosgi-calculator</module>
@@ -93,7 +87,18 @@
<!-- TODO -->
</modules>
- </profile>
- </profiles>
+
+ <build>
+ <plugins>
+ <plugin>
+ <inherited>true</inherited>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <version>2.4</version>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>