Skip to content

Commit

Permalink
Fix SpotBugs output configuration
Browse files Browse the repository at this point in the history
This is causing a warning
when building with maven-3.9.0.

JIRA:LIGHTY-180
Signed-off-by: tobias.pobocik <tobias.pobocik@pantheon.tech>
  • Loading branch information
Tobianas authored and ihrasko committed Mar 17, 2023
1 parent fe08f7d commit a0cb8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighty-core/lighty-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@
<!-- Produces XML report -->
<xmlOutput>true</xmlOutput>
<!-- Configures the directory in which the XML report is created -->
<findbugsXmlOutputDirectory>${project.build.directory}/spotbugs</findbugsXmlOutputDirectory>
<spotbugsXmlOutputDirectory>${project.build.directory}/spotbugs</spotbugsXmlOutputDirectory>
</configuration>
<executions>
<!--
Expand Down

0 comments on commit a0cb8d0

Please sign in to comment.