Skip to content

Commit

Permalink
Add sort-pom ignore section for error prone.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed May 6, 2024
1 parent 709c97e commit 254e430
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@
<version>${mockito.version}</version>
</path>
</annotationProcessorPaths>
<?SORTPOM IGNORE?>
<compilerArgs>
<arg>-Xlint:-varargs</arg>
<arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED</arg>
Expand Down Expand Up @@ -402,6 +403,7 @@
https://bugs.openjdk.java.net/browse/JDK-8155674. -->
<arg>-XDcompilePolicy=simple</arg>
</compilerArgs>
<?SORTPOM RESUME?>
<fork>true</fork>
<showWarnings>true</showWarnings>
</configuration>
Expand Down Expand Up @@ -656,7 +658,7 @@
<includeTestSourceDirectory>true</includeTestSourceDirectory>
<configLocation>etc/checkstyle-tests-configuration.xml</configLocation>
<outputFile>${project.build.directory}/checkstyle-tests/checkstyle-result.xml</outputFile>
<sourceDirectories />
<sourceDirectories></sourceDirectories>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 254e430

Please sign in to comment.