Skip to content

Commit

Permalink
Remove old maven-compiler-plugin workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Oct 22, 2023
1 parent 370b73e commit 19e5462
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -463,10 +463,6 @@ The following provides more details on the included cryptographic software:
<artifactId>maven-compiler-plugin</artifactId>
<version>${commons.compiler.version}</version>
<configuration>
<!-- Fix incremental compiler bug, see https://jira.codehaus.org/browse/MCOMPILER-205 etc. -->
<excludes>
<exclude>**/package-info.java</exclude>
</excludes>
<compilerArgs>
<compilerArg>-h</compilerArg>
<compilerArg>target/jni-classes</compilerArg>
Expand Down

0 comments on commit 19e5462

Please sign in to comment.