summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/helloworld-spring/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-04-20 07:49:09 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-04-20 07:49:09 +0000
commitf3612dd55672bd29d817105e494276fc28b02a1d (patch)
tree72927876d90220a3f259d9e8b10ef8c242c880a9 /sca-java-2.x/trunk/samples/helloworld-spring/pom.xml
parent5d7b4c8d19aebdf1768c4fb440e7728d695721be (diff)
Remove enforcer plugin no that the one in the top polm.xml works
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935825 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/samples/helloworld-spring/pom.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/sca-java-2.x/trunk/samples/helloworld-spring/pom.xml b/sca-java-2.x/trunk/samples/helloworld-spring/pom.xml
index 050f65badd..31b56c93da 100644
--- a/sca-java-2.x/trunk/samples/helloworld-spring/pom.xml
+++ b/sca-java-2.x/trunk/samples/helloworld-spring/pom.xml
@@ -62,33 +62,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>