Skip to content

Commit

Permalink
Generate metadata for reflection on method parameters (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored May 30, 2021
1 parent 7693c73 commit aff15ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@
<scmTag>HEAD</scmTag>
<!-- Where to put temporary files during test runs. -->
<surefireTempDir>${project.build.directory}/tmp</surefireTempDir>

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

<dependencyManagement>
Expand Down

0 comments on commit aff15ac

Please sign in to comment.