Re: Compile all projects respectively

2012-03-24 Thread sarmahdi
Vey concisely explained. Thanks Wayne. -- View this message in context: http://maven.40175.n5.nabble.com/Compile-all-projects-respectively-tp5590742p5591750.html Sent from the Maven - Users mailing list archive at Nabble.com.

Assembly plugin with multiple XMLs - appending assembly ID

2012-03-24 Thread zebahmad
I'm using the assembly plugin to create two assemblies for a deliverable - one for the binary and one for sources DeliverableX --| ProjectA --| ProjectB So on invoking maven build of DeliverableX, projects A B will be built and assembly plugin is used to create two artifacts

Mvn command line options

2012-03-24 Thread sarmahdi
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

Re: Mvn command line options

2012-03-24 Thread Dave King
Try cmd /?? There may be an option to keep going. Regards, Dave On Mar 24, 2012 9:46 AM, sarmahdi sarma...@hotmail.com wrote: 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.

Re: Mvn command line options

2012-03-24 Thread Martin Schayna
Hi, I don't know much about Windows cmd.exe, but I remember something like call command: http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/call.mspx Martin Schayna On Sat, Mar 24, 2012 at 4:45 PM, sarmahdi sarma...@hotmail.com wrote: Hello, I did the mvn.bat

Re: Mvn command line options

2012-03-24 Thread David Karr
On Sat, Mar 24, 2012 at 8:45 AM, sarmahdi sarma...@hotmail.com wrote: 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

Re: Mvn command line options

2012-03-24 Thread Wayne Fay
As we're on the Maven list, a better way to do this is to simply define a new POM project that aggregates the modules you need built.  You would simply have a modules list with entries like ../finApp and ../Communications. You would place this new module as a peer of finApp and