Skip to content

Commit

Permalink
Merge pull request #506 from MarkEWaite/avoid-maven-3.10.0-bug
Browse files Browse the repository at this point in the history
Avoid MCOMPILER-485 in compiler plugin 3.10.0
  • Loading branch information
jglick committed Feb 22, 2022
2 parents cc65412 + 8cf69ef commit ec2cef6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Expand Up @@ -114,6 +114,11 @@

<!-- Generate metadata for reflection on method parameters -->
<maven.compiler.parameters>true</maven.compiler.parameters>

<!-- Avoid maven compiler plugin 3.10.0 bug -->
<!-- https://issues.apache.org/jira/browse/MCOMPILER-485 -->
<!-- TODO remove when MCOMPILER-485 is fixed -->
<maven.compiler.createMissingPackageInfoClass>false</maven.compiler.createMissingPackageInfoClass>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit ec2cef6

Please sign in to comment.