diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-02-21 10:44:18 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-02-21 11:45:50 +0100 |
commit | 959dc121dfeec82f8849f84a58fe06aae3a895c5 (patch) | |
tree | 2a759b769c4a56aaefdc176eb63a0df1cb7a1c98 /pom.xml | |
parent | 474ace228f03d86a460b53d3bdb0e84d77359287 (diff) | |
download | sonarqube-959dc121dfeec82f8849f84a58fe06aae3a895c5.tar.gz sonarqube-959dc121dfeec82f8849f84a58fe06aae3a895c5.zip |
Remove unused Maven enforcer about Java 8
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 21 |
1 files changed, 0 insertions, 21 deletions
@@ -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> |