Upgraded maven-compiler-plugin

This commit is contained in:
lukaseder 2018-07-30 11:35:07 +02:00
parent aa5e1140b8
commit e09979901a
13 changed files with 13 additions and 119 deletions

View File

@ -78,7 +78,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<version>3.8.0</version>
<configuration>
<fork>true</fork>
<maxmem>1024m</maxmem>

View File

@ -53,7 +53,7 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<version>3.8.0</version>
<configuration>
<release>10</release>
<fork>true</fork>
@ -65,15 +65,6 @@
<arg>-Xbootclasspath/p:1.8</arg>
</compilerArgs>
</configuration>
<!-- Required to compile with Java 10 https://stackoverflow.com/a/49398936/521799 -->
<dependencies>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>6.2</version> <!-- Use newer version of ASM -->
</dependency>
</dependencies>
</plugin>
</plugins>
</build>

View File

@ -82,7 +82,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<version>3.8.0</version>
<configuration>
<fork>true</fork>
<maxmem>1024m</maxmem>
@ -92,15 +92,6 @@
<debug>true</debug>
<debuglevel>lines,vars,source</debuglevel>
</configuration>
<!-- Required to compile with Java 10 https://stackoverflow.com/a/49398936/521799 -->
<dependencies>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>6.2</version> <!-- Use newer version of ASM -->
</dependency>
</dependencies>
</plugin>
<!-- The Scala compiler plugin -->

View File

@ -74,7 +74,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<version>3.8.0</version>
<configuration>
<fork>true</fork>
<maxmem>1024m</maxmem>
@ -89,15 +89,6 @@
<arg>-Xlint:varargs</arg>
</compilerArgs>
</configuration>
<!-- Required to compile with Java 10 https://stackoverflow.com/a/49398936/521799 -->
<dependencies>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>6.2</version> <!-- Use newer version of ASM -->
</dependency>
</dependencies>
</plugin>
<!-- We're using the properties plugin to load external properties into Maven.

View File

@ -36,7 +36,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<version>3.8.0</version>
<configuration>
<fork>true</fork>
<maxmem>1024m</maxmem>
@ -51,15 +51,6 @@
<arg>-Xlint:varargs</arg>
</compilerArgs>
</configuration>
<!-- Required to compile with Java 10 https://stackoverflow.com/a/49398936/521799 -->
<dependencies>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>6.2</version> <!-- Use newer version of ASM -->
</dependency>
</dependencies>
</plugin>
</plugins>
</build>

View File

@ -94,7 +94,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<version>3.8.0</version>
<configuration>
<fork>true</fork>
<maxmem>1024m</maxmem>
@ -109,15 +109,6 @@
<arg>-Xlint:varargs</arg>
</compilerArgs>
</configuration>
<!-- Required to compile with Java 10 https://stackoverflow.com/a/49398936/521799 -->
<dependencies>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>6.2</version> <!-- Use newer version of ASM -->
</dependency>
</dependencies>
</plugin>
<!-- The jOOQ code generator plugin -->

View File

@ -181,7 +181,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<version>3.8.0</version>
<configuration>
<release>${java.version}</release>
</configuration>

View File

@ -60,7 +60,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<version>3.8.0</version>
<configuration>
<fork>true</fork>
<maxmem>1024m</maxmem>
@ -70,15 +70,6 @@
<debug>true</debug>
<debuglevel>lines,vars,source</debuglevel>
</configuration>
<!-- Required to compile with Java 10 https://stackoverflow.com/a/49398936/521799 -->
<dependencies>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>6.2</version> <!-- Use newer version of ASM -->
</dependency>
</dependencies>
</plugin>
<!-- We're using the properties plugin to load external properties into Maven.

View File

@ -39,19 +39,10 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<version>3.8.0</version>
<configuration>
<release>8</release>
</configuration>
<!-- Required to compile with Java 10 https://stackoverflow.com/a/49398936/521799 -->
<dependencies>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>6.2</version> <!-- Use newer version of ASM -->
</dependency>
</dependencies>
</plugin>
<plugin>

View File

@ -86,7 +86,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<version>3.8.0</version>
<configuration>
<fork>true</fork>
<maxmem>1024m</maxmem>
@ -101,15 +101,6 @@
<arg>-Xlint:varargs</arg>
</compilerArgs>
</configuration>
<!-- Required to compile with Java 10 https://stackoverflow.com/a/49398936/521799 -->
<dependencies>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>6.2</version> <!-- Use newer version of ASM -->
</dependency>
</dependencies>
</plugin>
<!-- We're using the properties plugin to load external properties into Maven.

View File

@ -96,7 +96,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<version>3.8.0</version>
<configuration>
<fork>true</fork>
<maxmem>1024m</maxmem>
@ -111,15 +111,6 @@
<arg>-Xlint:varargs</arg>
</compilerArgs>
</configuration>
<!-- Required to compile with Java 10 https://stackoverflow.com/a/49398936/521799 -->
<dependencies>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>6.2</version> <!-- Use newer version of ASM -->
</dependency>
</dependencies>
</plugin>
<!-- We're using the properties plugin to load external properties into Maven.

View File

@ -83,7 +83,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<version>3.8.0</version>
<configuration>
<fork>true</fork>
<maxmem>1024m</maxmem>
@ -98,15 +98,6 @@
<arg>-Xlint:varargs</arg>
</compilerArgs>
</configuration>
<!-- Required to compile with Java 10 https://stackoverflow.com/a/49398936/521799 -->
<dependencies>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>6.2</version> <!-- Use newer version of ASM -->
</dependency>
</dependencies>
</plugin>
<!-- We're using the properties plugin to load external properties into Maven.

18
pom.xml
View File

@ -179,13 +179,6 @@
</dependencies>
</dependencyManagement>
<pluginRepositories>
<pluginRepository>
<id>apache.snapshots</id>
<url>http://repository.apache.org/snapshots/</url>
</pluginRepository>
</pluginRepositories>
<build>
<finalName>${project.artifactId}-${project.version}</finalName>
<pluginManagement>
@ -193,7 +186,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.1-SNAPSHOT</version>
<version>3.8.0</version>
<configuration>
<!-- When compilers say false, they mean true ...
@ -217,15 +210,6 @@
<arg>-Xlint:varargs</arg>
</compilerArgs>
</configuration>
<!-- Required to compile with Java 10 https://stackoverflow.com/a/49398936/521799 -->
<dependencies>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>6.2</version> <!-- Use newer version of ASM -->
</dependency>
</dependencies>
</plugin>
<plugin>