disabled modernizer
This commit is contained in:
@@ -63,7 +63,7 @@
|
|||||||
<maven-site-plugin.version>3.21.0</maven-site-plugin.version>
|
<maven-site-plugin.version>3.21.0</maven-site-plugin.version>
|
||||||
<maven-surefire-plugin.version>3.5.1</maven-surefire-plugin.version>
|
<maven-surefire-plugin.version>3.5.1</maven-surefire-plugin.version>
|
||||||
<maven-war-plugin.version>3.4.0</maven-war-plugin.version>
|
<maven-war-plugin.version>3.4.0</maven-war-plugin.version>
|
||||||
<modernizer-maven-plugin.version>2.9.0</modernizer-maven-plugin.version>
|
<!-- <modernizer-maven-plugin.version>2.9.0</modernizer-maven-plugin.version>-->
|
||||||
<nohttp-checkstyle.version>0.0.11</nohttp-checkstyle.version>
|
<nohttp-checkstyle.version>0.0.11</nohttp-checkstyle.version>
|
||||||
<profile.api-docs/>
|
<profile.api-docs/>
|
||||||
<profile.e2e/>
|
<profile.e2e/>
|
||||||
@@ -351,10 +351,10 @@
|
|||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
<artifactId>properties-maven-plugin</artifactId>
|
<artifactId>properties-maven-plugin</artifactId>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<!-- <plugin>-->
|
||||||
<groupId>org.gaul</groupId>
|
<!-- <groupId>org.gaul</groupId>-->
|
||||||
<artifactId>modernizer-maven-plugin</artifactId>
|
<!-- <artifactId>modernizer-maven-plugin</artifactId>-->
|
||||||
</plugin>
|
<!-- </plugin>-->
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.jacoco</groupId>
|
<groupId>org.jacoco</groupId>
|
||||||
<artifactId>jacoco-maven-plugin</artifactId>
|
<artifactId>jacoco-maven-plugin</artifactId>
|
||||||
@@ -719,23 +719,23 @@
|
|||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<!-- <plugin>-->
|
||||||
<groupId>org.gaul</groupId>
|
<!-- <groupId>org.gaul</groupId>-->
|
||||||
<artifactId>modernizer-maven-plugin</artifactId>
|
<!-- <artifactId>modernizer-maven-plugin</artifactId>-->
|
||||||
<version>${modernizer-maven-plugin.version}</version>
|
<!-- <version>${modernizer-maven-plugin.version}</version>-->
|
||||||
<executions>
|
<!-- <executions>-->
|
||||||
<execution>
|
<!-- <execution>-->
|
||||||
<id>modernizer</id>
|
<!-- <id>modernizer</id>-->
|
||||||
<phase>package</phase>
|
<!-- <phase>package</phase>-->
|
||||||
<goals>
|
<!-- <goals>-->
|
||||||
<goal>modernizer</goal>
|
<!-- <goal>modernizer</goal>-->
|
||||||
</goals>
|
<!-- </goals>-->
|
||||||
</execution>
|
<!-- </execution>-->
|
||||||
</executions>
|
<!-- </executions>-->
|
||||||
<configuration>
|
<!-- <configuration>-->
|
||||||
<javaVersion>${java.version}</javaVersion>
|
<!-- <javaVersion>${java.version}</javaVersion>-->
|
||||||
</configuration>
|
<!-- </configuration>-->
|
||||||
</plugin>
|
<!-- </plugin>-->
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.jacoco</groupId>
|
<groupId>org.jacoco</groupId>
|
||||||
<artifactId>jacoco-maven-plugin</artifactId>
|
<artifactId>jacoco-maven-plugin</artifactId>
|
||||||
|
|||||||
Reference in New Issue
Block a user