Skip to content

Commit

Permalink
Prevent warnings when running pmd goal (#453)
Browse files Browse the repository at this point in the history
Fixes the following warnings when building with Maven 3.9.x:

[WARNING]  Parameter 'outputEncoding' (user property 'outputEncoding') is read-only, must not be used in configuration

Signed-off-by: Wouter Born <github@maindrain.net>
  • Loading branch information
wborn authored Aug 13, 2023
1 parent bc85939 commit 3514b6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sat-plugin/src/main/resources/configuration/pmd.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
pmd.custom.targetDirectory=${project.build.directory}/code-analysis
pmd.custom.compileSourceRoots=${project.build.directory}/../src/main/java,${project.build.directory}/../src/test/java
linkXRef=false
outputEncoding=UTF-8

0 comments on commit 3514b6a

Please sign in to comment.