Re: Removing version when creating a jar

2006-04-24 Thread ruelloehr
No. The version is always placed in the name when uploaded into the repository. There is not a way around this. -- View this message in context: http://www.nabble.com/Removing-version-when-creating-a-jar-t1438924.html#a4068132 Sent from the Maven - Users forum at Nabble.com

Re: Removing version when creating a jar

2006-04-24 Thread Nic Holbrook
in context: http://www.nabble.com/Removing-version-when-creating-a-jar-t1438924.html#a4012162 Sent from the Maven - Users forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Removing version when creating a jar

2006-04-24 Thread Arik Kfir
or Can i over ride the name of the dependency project jars when they are fetched from the repository? -- View this message in context: http://www.nabble.com/Removing-version-when-creating-a-jar-t1438924.html#a4012162 Sent from the Maven - Users forum at Nabble.com

Re: Removing version when creating a jar

2006-04-24 Thread RobJac
bundleFileNameTest_WEB.war/bundleFileName /webModule -- View this message in context: http://www.nabble.com/Removing-version-when-creating-a-jar-t1438924.html#a4069067 Sent from the Maven - Users forum at Nabble.com

Re: Removing version when creating a jar

2006-04-24 Thread Wayne Fay
for a project or Can i over ride the name of the dependency project jars when they are fetched from the repository? -- View this message in context: http://www.nabble.com/Removing-version-when-creating-a-jar-t1438924.html#a4012162 Sent from the Maven - Users forum at Nabble.com

RE: Removing version when creating a jar

2006-04-24 Thread Mike Perham
agree that removing the version just because is a poor decision. -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Monday, April 24, 2006 1:40 PM To: Maven Users List Subject: Re: Removing version when creating a jar I've never understood this desire to remove version

Re: Removing version when creating a jar

2006-04-24 Thread Nic Holbrook
in context: http://www.nabble.com/Removing-version-when-creating-a-jar-t1438924.html#a4012162 Sent from the Maven - Users forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Removing version when creating a jar

2006-04-24 Thread Alexandre Poitras
Users List Subject: Re: Removing version when creating a jar I've never understood this desire to remove version numbers from Jars built by Maven... In fact, I can't stand it when I run across a jar with no version number and have to dig into it to find a version either in a manifest or other

Re: Removing version when creating a jar

2006-04-20 Thread RobJac
the name of the dependency project jars when they are fetched from the repository? -- View this message in context: http://www.nabble.com/Removing-version-when-creating-a-jar-t1438924.html#a4012162 Sent from the Maven - Users forum at Nabble.com

Removing version when creating a jar

2006-04-12 Thread RobJac
this message in context: http://www.nabble.com/Removing-version-when-creating-a-jar-t1438924.html#a3884329 Sent from the Maven - Users forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Removing version when creating a jar

2006-04-12 Thread Wayne Fay
/project So its creating a jar file as A-1.0.jar which i dont want to have I just want it as A.jar. I believe version tag is mandatory as i tried removing it. Please advice Thanks in advance Robin -- View this message in context: http://www.nabble.com/Removing-version-when-creating-a-jar