Howdy, Simplest would be that in module where you found afore mentioned differences ask for effective pom: $ mvn help:effective-pom
Maybe pipe it to a file as it may be huge. Then look for project/build/plugins/maven-compiler-plugin (quasi xpath). T On Sun, Dec 3, 2023, 22:08 Dave Dyer <[email protected]> wrote: > > > > >Maven, by default uses maven-compiler-plugin, but that plugin itself is > >pluggable (can use javac, which is default, but also eclipse compiler, > etc). > >The plugin by default uses javac. > > The build I'm using seems to not be using javac - where is guidance > to configuring it? > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
