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:48:51 UTC

svn commit: r935824 - /tuscany/sca-java-2.x/trunk/samples/helloworld-bpel/pom.xml

Author: antelder
Date: Tue Apr 20 07:48:51 2010
New Revision: 935824

URL: http://svn.apache.org/viewvc?rev=935824&view=rev
Log:
Remove enforcer plugin no that the one in the top polm.xml works

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

Modified: tuscany/sca-java-2.x/trunk/samples/helloworld-bpel/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/helloworld-bpel/pom.xml?rev=935824&r1=935823&r2=935824&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/helloworld-bpel/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/helloworld-bpel/pom.xml Tue Apr 20 07:48:51 2010
@@ -71,33 +71,6 @@
              </dependencies>
          </plugin>
 
-      <!-- Override enforcer to allow snapshot of tuscabny plugin, only temp until this is fixe din the build -->
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-enforcer-plugin</artifactId>
-        <version>1.0-beta-1</version>
-        <executions>
-          <execution>
-            <id>enforce-plugin-versions</id>
-            <goals>
-              <goal>enforce</goal>
-            </goals>
-            <configuration>
-              <rules>
-                <requirePluginVersions>
-                   <message>Best Practice is to always define released plugin versions!</message>
-                   <banLatest>true</banLatest>
-                   <banRelease>true</banRelease>
-                   <banSnapshots>false</banSnapshots>
-                   <phases>clean,deploy,site</phases>
-                   <additionalPlugins>
-                   </additionalPlugins>
-                </requirePluginVersions>
-              </rules>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
        </plugins>
     </build>
 </project>