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).

> - 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).

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

> - 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.

Stefan

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

Reply via email to