On Mon, 24 Jan 2005 09:43:49 +0100, Stefan Bodewig <[EMAIL PROTECTED]> wrote:
> On Mon, 24 Jan 2005, Brett Porter <[EMAIL PROTECTED]> wrote:
> 
> > - can I pass <property ... /> to <maven /> and it will be passed in
> > as -Dname=value?
> 
> You can and it will be passed as part of the generated properties file
> (not using the -D command line args).

I think that'll work. Will try.

> > - can I pass <arg ... /> to <maven />? I'd like to pass in -X for
> > one project to help debug a failure.
> 
> Are you talking about arguments for the Java runtime or for Maven.  In
> the former case we use <jvmarg> for this in Ant, but I think we
> disabled that for Maven since we run Maven via the wrapper script (Ant
> is run via "java org.apache.tools.ant.Main", bypassing the script).

Actually, it's an argument to Maven. So there isn't a technique for
this presently?

> What would be the proper way to get them through the wrapper script?

For future reference, MAVEN_OPTS is passed to the JVM.

> > - can someone upgrade the Maven instance running to 1.0.2?
> 
> I'd appreciate if anybody else - with at least a little bit experience
> with Maven - could do so.  Otherwise I'll give it a try tomorrow.

I don't have access, but otherwise could help. Really, its just an untar though.

Thanks,
Brett

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

Reply via email to