Sérgio Siegrist created MPMD-346: ------------------------------------ Summary: Source encoding is not applied in PmdExecutor Key: MPMD-346 URL: https://issues.apache.org/jira/browse/MPMD-346 Project: Maven PMD Plugin Issue Type: Bug Components: PMD Reporter: Sérgio Siegrist
`PmdExecutor` is missing: configuration.setSourceEncoding( request.getSourceEncoding() ); Hence, source files are being processed with the system default encoding, instead of the configured one. Note: `CpdExecutor` is not missing that. -- This message was sent by Atlassian Jira (v8.20.10#820010)