You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Henri Yandell <ba...@generationjava.com> on 2003/04/19 10:47:36 UTC

suggested improvement to maven script

Just a suggestion that the following diff be enacted upon the maven script
as it allows the user to do something like:

MAVEN_OPTS=-verbose maven clean

---

Index: maven
===================================================================
RCS file: /home/cvspublic/maven/src/bin/maven,v
retrieving revision 1.24
diff -r1.24 maven
8c8
< MAVEN_OPTS="-Xmx256m"
---
> MAVEN_OPTS="$MAVEN_OPTS -Xmx256m"


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: suggested improvement to maven script

Posted by di...@multitask.com.au.
Done.
--
dIon Gillard, Multitask Consulting
Blog:      http://www.freeroller.net/page/dion/Weblog
Work:      http://www.multitask.com.au


Henri Yandell <ba...@generationjava.com> wrote on 19/04/2003 06:47:36 PM:

> 
> Just a suggestion that the following diff be enacted upon the maven 
script
> as it allows the user to do something like:
> 
> MAVEN_OPTS=-verbose maven clean
> 
> ---
> 
> Index: maven
> ===================================================================
> RCS file: /home/cvspublic/maven/src/bin/maven,v
> retrieving revision 1.24
> diff -r1.24 maven
> 8c8
> < MAVEN_OPTS="-Xmx256m"
> ---
> > MAVEN_OPTS="$MAVEN_OPTS -Xmx256m"
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org