Guys, Do you know of any maven trick to trigger the "checkstyle:check" and "pmd:check" goals from any submodule without copying pmd or checkstyle configuration rules in every one of the target submodules?
I mean, I want to be able to go to "/home/tveronezi/dev/ws/tomee/source/container/openejb-core", run "mvn clean install" and have both checkstyle and pmd triggered; but I don't want to copy the files under "/home/tveronezi/dev/ws/tomee/source/src/main/style" there. []s, Thiago.
