Fix: Scan parameters in sonar-project.properties 86/15286/1
authorMatthew Watkins <mwatkins@linuxfoundation.org>
Mon, 17 Nov 2025 15:52:35 +0000 (15:52 +0000)
committerMatthew Watkins <mwatkins@linuxfoundation.org>
Mon, 17 Nov 2025 15:52:35 +0000 (15:52 +0000)
commit4524ae85a3d76523fd64cec9c6ea63205d889eae
tree13178f21894dff985a790b2b42d9025fa2e52f71
parentf8075411141629f3877288b5412aadc1353bd8a8
Fix: Scan parameters in sonar-project.properties

The Maven build command (`mvn clean verify`) compiles the code but doesn't copy
dependencies to the `target/dependency` directory. This requires the
`maven-dependency-plugin` with the `copy-dependencies` goal, which is not
configured in the `pom.xml`.

Change-Id: I7e271b25affe5ec599f4b7edb0950b1f4ddc4c53
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
sonar-project.properties