Thank you. Its not happening though. I also tried it from the pom, so <arg>-Xplugin:ErrorProne -XepExcludedPaths:.*/target/.* @${build.root}/ep.config</arg>
Made more difficult by lack of visibility what's going on with the javac processors. On Sun, 24 Sept 2023 at 16:23, Stanimir Stamenkov <s7a...@netscape.net.invalid> wrote: > [With some more context from the original message.] > > Sun, 24 Sep 2023 15:45:49 +0200, /Stanimir Stamenkov/: > > Sun, 24 Sep 2023 15:45:49 +0200, /Delany/: > > > >> I can also quickly run a build to catch on issue > >> that I'm trying to eradicate by adding > >> -Dep="-XepDisableAllChecks -Xep:ReferenceEquality:ERROR" > >> > >> But having all those rules on one line makes reviewing changes a pain. > >> I don't really want to config the whole build with the compiler > arguments. > >> > >> Is there a way to specify these in a properties file and have each > >> argument on its own line? > > > > Have you tried using @file (a-la javadoc options): > > > > > https://docs.oracle.com/en/java/javase/17/docs/specs/man/javac.html#command-line-argument-files > > Maybe: > > -Dep=@myoptions > > And in "myoptions" file: > > -XepDisableAllChecks > -Xep:ReferenceEquality:ERROR > > -- > Stanimir > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > For additional commands, e-mail: users-h...@maven.apache.org > >