You could try this to force your locale to US English for example, I believe:
export MAVEN_OPTS="-Xmx1024m -Duser.language=en -Duser.region=us" That's not a solution, but if it fixes the problem, it confirms that the issue is locale-specific decimal formatting. On Mon, Apr 5, 2010 at 10:16 PM, Sergio <[email protected]> wrote: > Robin Anil <robin.anil <at> gmail.com> writes: > > >> >> try increasing MAVEN heap size >> >> export MAVEN_OPTS=-Xmx1024m >> > > Robin I have done what you said ... but got the same error > Thanks > >
