We decided to centralize tool related configurations into github.com/it-at-m/refarch under the path refarch-tools.
For now we only introduce the PMD configuration file as a separate maven module.
We should migrate our PMD configuration to this new module. This way we only need to maintain the file in a single place.
Relevant template
refarch-backend, refarch-eai
Problem description (optional)
We decided to centralize tool related configurations into github.com/it-at-m/refarch under the path
refarch-tools
. For now we only introduce the PMD configuration file as a separate maven module. We should migrate our PMD configuration to this new module. This way we only need to maintain the file in a single place.Desired solution
refarch-pmd
as a Maven dependencypom.xml
to use the new dependency (see https://maven.apache.org/plugins/maven-pmd-plugin/examples/multi-module-config.html#configure-the-other-projects-to-use-it)shared-files
folder.Considered alternatives (optional)
No response
Additional context (optional)
No response
No duplicate
Code of Conduct