> -----Original Message-----
> From: Stefan Bodewig [mailto:[EMAIL PROTECTED]
> Sent: 11 March 2004 08:37
> To: [EMAIL PROTECTED]
> Subject: Re: [RT] Moving gump forward
> 
> On Wed, 10 Mar 2004, Vincent Massol <[EMAIL PROTECTED]> wrote:
> > From: Stefan Bodewig [mailto:[EMAIL PROTECTED]
> >>
> >> I have no idea whether Maven would support this [the build.compiler
> >> property], though.
> >
> > It does as it purely calls Ant's <javac> task (for example, we're
> > using jikes with Maven on some project at work). Thus setting the
> > build.compiler property is all that is required.
> 
> Gump could set it on the command line of Maven and it would become a
> property inside an Ant Project instance associated with the task?  Or
> does it have to be a system property?

What do you mean by "command line of Maven"? Do you mean passing it as a
system property like this:

maven -Dbuild.property=... [...]

?

If so, this is fine. It can also be located in any of the Maven
properties files (build.properties, project.properties).

Thanks
-Vincent


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to