Branch: refs/heads/master Home: https://github.com/pmd/pmd-eclipse-plugin Commit: 00fb3c10679c86f8756556cf5370de49fd88a273 https://github.com/pmd/pmd-eclipse-plugin/commit/00fb3c10679c86f8756556cf5370de49fd88a273 Author: Andreas Dangel <andreas.dan...@pmd-code.org> Date: 2021-07-30 (Fri, 30 Jul 2021)
Changed paths: M .ci/build.sh M pom.xml Log Message: ----------- Fix pmd error due to signing jars jar signing plugin and pmd plugin don't work well together with multi-module builds: we end up with partially signed packages - one part is signed from the previous module, but for the current module only target/classes is on the auxclasspath which is not signed. If there are classes in the same packages (such as test classes) this will fail with SecurityException: ... signer information does not match signer information of other classes in the same package For now, we run the builds twice - first without signing and then with signing (but without pmd). _______________________________________________ Pmd-commits mailing list Pmd-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pmd-commits