Hi

2012/5/30 Andrew Eisenberg <andrew.eisenb...@gmail.com>:
> 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>

Yup that's why the last release was 1.9 and not 1.8.2

>
> 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)?

AFAIK plugins comes with defined dependencies. (for sure you can
override manually in poms and in this case m-c-p won't won't work with
p-c 1.9)
What is your use case ?

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



-- 
Olivier Lamy
Talend: http://coders.talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy

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

Reply via email to