Re: Where is the actual compiler for Maven

2020-07-13 Thread Robert Scholte
You can find them here:  https://codehaus-plexus.github.io/plexus-compiler/ thanks, Robert On 13-7-2020 22:25:23, Ian Lavallee wrote: Hi all, I am trying to make changes to the actual compiler for Maven so I can notify the user when they have runtime dependencies scoped as compile from

Re: Where is the actual compiler for Maven

2020-07-13 Thread Stuart McCulloch
https://github.com/codehaus-plexus/plexus-compiler/tree/master/plexus-compilers is the current location I believe On Mon, 13 Jul 2020 at 21:25, Ian Lavallee wrote: > Hi all, > > I am trying to make changes to the actual compiler for Maven so I can > notify the user when they have runtime

Where is the actual compiler for Maven

2020-07-13 Thread Ian Lavallee
Hi all, I am trying to make changes to the actual compiler for Maven so I can notify the user when they have runtime dependencies scoped as compile from maven-dependency-analyzer. I've looked at the maven-compiler plugin but the only actual compilers I can find are in sonatype-plexus-compiler