Skip to content

Commit

Permalink
Merge pull request #45 from AaronButler-Veracode/main
Browse files Browse the repository at this point in the history
Update maven packaging to include debug info
  • Loading branch information
tjarrettveracode authored May 8, 2023
2 parents e3a297d + 1f86b7b commit 1ba9246
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@
<configuration>
<debug>true</debug>
<debuglevel>lines,vars,source</debuglevel>
<compilerargs>
<arg>-g:source,lines,vars</arg>
</compilerargs>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 1ba9246

Please sign in to comment.