Hi all,

It looks like there is a breaking change with plexus-compiler-api 1.9
from earlier versions of the plugin.

1.8.1:
CompilerConfiguration.getCustomCompilerArguments() returns LinkedHashMap

1.9:
CompilerConfiguration.getCustomCompilerArguments() returns  Map<String, String>

This means that a plugins compiled against one version will not work
against the other (java.lang.NoSuchMethodError is thrown).  Is this
right?  Am I missing something or must there be a strict dependency on
plexus-compiler-api (and hence the maven-compiler-plugin)?

thanks,
--a

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to