Revert "configure JRE that is different from compiler target level"

This reverts commit 678f36cfef.
This commit is contained in:
Phillip Webb 2015-09-02 23:08:12 -07:00
parent 6193b640a4
commit 4aa2fed48b
6 changed files with 0 additions and 93 deletions

View File

@ -303,20 +303,4 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<!-- specify the JRE level that is used on the classpath for compilation, to allow smooth import into Eclipse/STS IDE -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<java.classpath.jre>1.8</java.classpath.jre>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>

View File

@ -578,20 +578,4 @@
<artifactId>snakeyaml</artifactId>
</dependency>
</dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<!-- specify the JRE level that is used on the classpath for compilation, to allow smooth import into Eclipse/STS IDE -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<java.classpath.jre>1.7</java.classpath.jre>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>

View File

@ -74,20 +74,4 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<!-- specify the JRE level that is used on the classpath for compilation, to allow smooth import into Eclipse/STS IDE -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<java.classpath.jre>1.7</java.classpath.jre>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>

View File

@ -137,20 +137,5 @@
</configuration>
</plugin>
</plugins>
<pluginManagement>
<plugins>
<plugin>
<!-- specify the JRE level that is used on the classpath for compilation, to allow smooth import into Eclipse/STS IDE -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<java.classpath.jre>1.7</java.classpath.jre>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>

View File

@ -82,20 +82,4 @@
</build>
</profile>
</profiles>
<build>
<pluginManagement>
<plugins>
<plugin>
<!-- specify the JRE level that is used on the classpath for compilation, to allow smooth import into Eclipse/STS IDE -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<java.classpath.jre>1.7</java.classpath.jre>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>

View File

@ -266,19 +266,5 @@
</executions>
</plugin>
</plugins>
<pluginManagement>
<plugins>
<plugin>
<!-- specify the JRE level that is used on the classpath for compilation, to allow smooth import into Eclipse/STS IDE -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<java.classpath.jre>1.7</java.classpath.jre>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>