On Thu, 11 Mar 2004, Vincent Massol <[EMAIL PROTECTED]> wrote:

> What do you mean by "command line of Maven"? Do you mean passing it
> as a system property like this:
> 
> maven -Dbuild.property=... [...]
> 
> ?

Yes.

> If so, this is fine.

Does it also work for other properties?

I mean, if we set build.sysclasspath on the command line, would the
property be available for the Ant tasks wrapped by Maven?  <javac> for
example would adhere to it, no matter what kind of classloader
hierarchy Maven has built to load the task.

For the most important part (compiling), Gump would be independent of
Maven's jar override feature that way.

Stefan

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

Reply via email to