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:59 UTC

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

Author: antelder
Date: Tue Apr 20 07:46:59 2010
New Revision: 935823

URL: http://svn.apache.org/viewvc?rev=935823&view=rev
Log:
Remove overriding enforcer plugin as the one in the top pom.xml is ok now

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

Modified: tuscany/sca-java-2.x/trunk/samples/helloworld/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/helloworld/pom.xml?rev=935823&r1=935822&r2=935823&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/helloworld/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/helloworld/pom.xml Tue Apr 20 07:46:59 2010
@@ -54,40 +54,13 @@
             <version>alpha2</version>
             <extensions>true</extensions>
          </plugin>
-             <!-- plugin to support using mvn tuscany:run to run this contribution -->
+
          <plugin>
              <groupId>org.apache.tuscany.maven.plugins</groupId>
              <artifactId>maven-tuscany-plugin</artifactId>
              <version>2.0-SNAPSHOT</version>
          </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>