Skip to content

Commit

Permalink
Merge pull request #171 from basil/parameters
Browse files Browse the repository at this point in the history
Generate metadata for reflection on method parameters
  • Loading branch information
oleg-nenashev committed May 30, 2021
2 parents 35b1f15 + 22a4589 commit cfd6470
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 @@ -938,6 +938,9 @@
Generally it is recommended to use @SuppressFBWarnings annotation unless you want to ignore an entire class of issues -->
<spotbugs.excludeFilterFile>${findbugs.excludeFilterFile}</spotbugs.excludeFilterFile>

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

<incrementals.url>https://repo.jenkins-ci.org/incrementals/</incrementals.url>
<scmTag>HEAD</scmTag>

Expand Down

0 comments on commit cfd6470

Please sign in to comment.