bsorrentino/maven-annotation-plugin

Add support of options directly from plugin

GoogleCodeExporter opened this issue · 1 comments


Instead of <compileArrgument>-Akey=value</compileArgument>

we will have 

<options>
 <option>
    <key>key</key>
    <value>value</value>
 </option>
</options>

Original issue reported on code.google.com by bartolom...@gmail.com on 2 Jul 2010 at 8:39

feature deployed (available from) version 2.0.4-SNAPSHOT

Original comment by bartolom...@gmail.com on 11 Aug 2011 at 2:41

  • Changed state: Fixed