summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-04-20 07:48:51 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-04-20 07:48:51 +0000
commit5d7b4c8d19aebdf1768c4fb440e7728d695721be (patch)
tree073105ddb2930d446be801b92c7f5a36a8bc55b2 /sca-java-2.x
parent09308d234ec5c8f5cbe324745e4e0e6e3ba70d7f (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@935824 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x')
-rw-r--r--sca-java-2.x/trunk/samples/helloworld-bpel/pom.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/sca-java-2.x/trunk/samples/helloworld-bpel/pom.xml b/sca-java-2.x/trunk/samples/helloworld-bpel/pom.xml
index 7917335a1e..9456e166da 100644
--- a/sca-java-2.x/trunk/samples/helloworld-bpel/pom.xml
+++ b/sca-java-2.x/trunk/samples/helloworld-bpel/pom.xml
@@ -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>