Am 24.03.2012 um 16:45 schrieb sarmahdi <sarma...@hotmail.com>:

> Hello,
> 
> I did the mvn.bat --help and it gave me  a list of options.
> 
> I need to know that IF i want to write a batch or shell script for three
> different projects. how can i do that. 
> 
> /echo Starting Maven build process
> 
> cd c:\demo1\workspace\finApp\
> mvn.bat install
> 
> echo Finish finApp
> 
> cd c:\demo1\workspace\Communications\
> mvn.bat install
> 
> echo Finish Communications/
> 
> It never reaches the the "echo Finish finApp" even. it stops after
> completing the install on finApp.

That's the behaviour of windows batch scripts ... Try "call mvn.bat install" 

-dirk

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

Reply via email to