summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/2.0-Beta1/samples/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/branches/2.0-Beta1/samples/pom.xml')
-rw-r--r--sca-java-2.x/branches/2.0-Beta1/samples/pom.xml21
1 files changed, 13 insertions, 8 deletions
diff --git a/sca-java-2.x/branches/2.0-Beta1/samples/pom.xml b/sca-java-2.x/branches/2.0-Beta1/samples/pom.xml
index eb67d82ce1..e893dc22a9 100644
--- a/sca-java-2.x/branches/2.0-Beta1/samples/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta1/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>