velo / maven-annotation-plugin

Automatically exported from code.google.com/p/maven-annotation-plugin
0 stars 0 forks source link

Pass System Properties through plugin configuration #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello, 

Attached, you'll find a patch allowing to pass system properties to the 
compiler as the flag -J doesn't work in compilerArguments tag

Example :
<systemProperties>
  <log4j.ignoreTCL>true</log4j.ignoreTCL>
</systemProperties>

Regards

--- Sven Duzont

Original issue reported on code.google.com by sven.duz...@gmail.com on 16 Jun 2010 at 10:51

Attachments:

GoogleCodeExporter commented 9 years ago
thx

i'll verify and apply asap

Original comment by bartolom...@gmail.com on 16 Jun 2010 at 11:12

GoogleCodeExporter commented 9 years ago
fixed

available on release 1.3.6

Original comment by bartolom...@gmail.com on 17 Jun 2010 at 8:23