aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2017-02-21 10:44:18 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2017-02-21 11:45:50 +0100
commit959dc121dfeec82f8849f84a58fe06aae3a895c5 (patch)
tree2a759b769c4a56aaefdc176eb63a0df1cb7a1c98 /pom.xml
parent474ace228f03d86a460b53d3bdb0e84d77359287 (diff)
downloadsonarqube-959dc121dfeec82f8849f84a58fe06aae3a895c5.tar.gz
sonarqube-959dc121dfeec82f8849f84a58fe06aae3a895c5.zip
Remove unused Maven enforcer about Java 8
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/pom.xml b/pom.xml
index a9aed12ba31..0aa5936fb90 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1219,27 +1219,6 @@
</execution>
</executions>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-enforcer-plugin</artifactId>
- <executions>
- <execution>
- <id>enforce-java8</id>
- <goals>
- <goal>enforce</goal>
- </goals>
- <configuration>
- <rules>
- <requireJavaVersion>
- <message>To release this project JDK ${jdk.min.version} is required.
- </message>
- <version>[${jdk.min.version},)</version>
- </requireJavaVersion>
- </rules>
- </configuration>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
</profile>