[#1498] Removed enforcer plugin. jOOQ can be built with JDK 7

This commit is contained in:
Lukas Eder 2012-07-06 16:49:23 +02:00
parent 83bf96a04f
commit 39f4307406

23
pom.xml
View File

@ -205,29 +205,6 @@
<downloadSources>true</downloadSources>
</configuration>
</plugin>
<!-- If this plugin produces an error, make sure you are running
Maven with Java 6. This section was contributed by user digulla
See details here: https://github.com/jOOQ/jOOQ/issues/17 -->
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
<executions>
<execution>
<id>enforce-java</id>
<goals>
<goal>enforce</goal>
</goals>
<configuration>
<rules>
<requireJavaVersion>
<version>[1.6.0,1.7.0)</version>
</requireJavaVersion>
</rules>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>