Re: Access or generate a classpath for dependency not in any scope but attached to plugin.

2020-06-26 Thread LINUS FERNANDES
Thanks, Herve. I'd share this with the Checkstyle user group on Github. I don't have the bandwidth for this right now and I'm not being literal! Regards, Linus. On Fri, 26 Jun 2020, 12:00 Hervé BOUTEMY, wrote: > the Maven Checkstyle Plugin source code is here: >

shade plugin modifying string constants

2020-06-26 Thread Anurag Shekhar
Hi I am trying to shade a package with following tags     org.example.pkg org.example.shaded.pkg I also have a string in one of my class which matches the pattern gets modified during shading     public static void main (String [] args) {     System.out.println ("org.example.pkg.");

Re: Access or generate a classpath for dependency not in any scope but attached to plugin.

2020-06-26 Thread Hervé BOUTEMY
the Maven Checkstyle Plugin source code is here: https://github.com/apache/maven-checkstyle-plugin/ with links to CI and issue tracking IMHO, updating its code should be easier than trying to tweak scripting with Ant run. And with the integration tests (in src/its, launched with "mvn -Prun-its