"Dave Ford" <[EMAIL PROTECTED]> wrote on 22/07/2003 10:21:23 AM:

> I found the following property defined under the java plug-in:
> 
> maven.compile.executable=/usr/bin/jikes
> 
> However, I don't think it does anything for two reasons:
> 
> 1. Compile time takes exactly the same amount of time regardless of the
> setting
> 2. No matter what value I put, I get no error. For example, I can put:
> 
> maven.compile.executable=bla bla
> 
> And I get the same results. I tried putting the property in:
> 
> <project-home>/project.properties
> 
> And also at the command prompt:
> 
> maven -Dmaven.compile.executable=/usr/bin/jikes java:compile
> 
> What am I doing wrong?
maven.compile.fork is set to true, yes?

Reply via email to