You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2010/04/20 09:46:11 UTC

svn commit: r935822 - /tuscany/sca-java-2.x/trunk/pom.xml

Author: antelder
Date: Tue Apr 20 07:46:11 2010
New Revision: 935822

URL: http://svn.apache.org/viewvc?rev=935822&view=rev
Log:
Add unCheckedPluginList to the enforcer plugin to allow the tuscany plugin snapshot till its been released

Modified:
    tuscany/sca-java-2.x/trunk/pom.xml

Modified: tuscany/sca-java-2.x/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/pom.xml?rev=935822&r1=935821&r2=935822&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/pom.xml Tue Apr 20 07:46:11 2010
@@ -760,6 +760,7 @@
             <configuration>
               <rules>
                 <requirePluginVersions>
+                   <unCheckedPluginList>org.apache.tuscany.maven.plugins:maven-tuscany-plugin</unCheckedPluginList>
                    <message>Best Practice is to always define released plugin versions!</message>
                    <banLatest>true</banLatest>
                    <banRelease>true</banRelease>