Add support of options directly from plugin
GoogleCodeExporter opened this issue · 1 comments
GoogleCodeExporter commented
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
GoogleCodeExporter commented
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