Re: Installing multiple files in the local repository using mvn install?

2008-03-06 Thread Jeff MAURY
The general principle behinh Maven is one project = one file produced. However, there are some rares cases that go beyond this point : in that case, you can use the Maven build helper plugin to attach new artifacts to the main artifact and both will be installed: see http://mojo.codehaus.org/build-

Re: Installing multiple files in the local repository using mvn install?

2008-03-06 Thread Stephen Connolly
I've heard rumours about something called "shell scripts" or "batch files". According to the speculation that I've seen about these things, they would provide the ability you are looking for Unfortunately they are not XML files, so you have to learn a whole new syntax. Some of them start with "#

Installing multiple files in the local repository using mvn install?

2008-03-06 Thread Krishnamurthi, Venkat
Hi, Is there a way to install multiple jars in the local repository using the mvn install:install-file command? Thanks, Venkat - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]