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