diff options
Diffstat (limited to 'sca-java-2.x/trunk/samples/helloworld-bpel')
-rw-r--r-- | sca-java-2.x/trunk/samples/helloworld-bpel/pom.xml | 27 |
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> |