summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/pom.xml
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-09-30 10:55:16 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-09-30 10:55:16 +0000
commitde1e4108f75212a77ee5d84259556704188d6338 (patch)
tree805e492d57f25a1e4173db88e760a9debc1bbc26 /sca-java-2.x/trunk/pom.xml
parentbdba9ef63de1e9b99e02505ef4ebe9da1866df0a (diff)
maven-bundle-plugin 1.0.7-SNAPSHOT now in the repo so enabling extension meta-data generation in the bin distro. Have to allow the build to use plugin snapshots temporarily.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1003004 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/pom.xml')
-rw-r--r--sca-java-2.x/trunk/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/pom.xml b/sca-java-2.x/trunk/pom.xml
index 2b6a26fd7c..63a6f21cf2 100644
--- a/sca-java-2.x/trunk/pom.xml
+++ b/sca-java-2.x/trunk/pom.xml
@@ -837,7 +837,8 @@ org.apache.tuscany.sca.assembly:org.apache.tuscany.sca.assembly.builder:org.apac
<message>Best Practice is to always define released plugin versions!</message>
<banLatest>true</banLatest>
<banRelease>true</banRelease>
- <banSnapshots>true</banSnapshots>
+<!-- TUSCANY-3674 -->
+ <banSnapshots>false</banSnapshots>
<phases>clean,deploy,site</phases>
<additionalPlugins>
</additionalPlugins>