summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-04-20 07:46:59 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-04-20 07:46:59 +0000
commit09308d234ec5c8f5cbe324745e4e0e6e3ba70d7f (patch)
treedca94575a475534197371b567947f4154864c0a4 /sca-java-2.x/trunk
parentdcdf4b6e4a76d1344bdd4fae52f154b439928433 (diff)
Remove overriding enforcer plugin as the one in the top pom.xml is ok now
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935823 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk')
-rw-r--r--sca-java-2.x/trunk/samples/helloworld/pom.xml29
1 files changed, 1 insertions, 28 deletions
diff --git a/sca-java-2.x/trunk/samples/helloworld/pom.xml b/sca-java-2.x/trunk/samples/helloworld/pom.xml
index 03f38ed46e..b79a238967 100644
--- a/sca-java-2.x/trunk/samples/helloworld/pom.xml
+++ b/sca-java-2.x/trunk/samples/helloworld/pom.xml
@@ -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>