RE: SNAPSHOT Deploy

2006-08-24 Thread Andreas Guther
. Andreas -Original Message- From: Beyer,Nathan [mailto:[EMAIL PROTECTED] Sent: Thursday, August 24, 2006 1:21 PM To: Maven Users List Subject: RE: SNAPSHOT Deploy I believe you need to add uniqueVersionfalse/uniqueVersion to the 'distributionManagement' repository/snapshotRepository

RE: SNAPSHOT Deploy

2006-08-24 Thread Andreas Guther
I think so too. I believe in Maven 1 you had both worlds. Andreas -Original Message- From: Beyer,Nathan [mailto:[EMAIL PROTECTED] Sent: Thursday, August 24, 2006 2:20 PM To: Maven Users List Subject: RE: SNAPSHOT Deploy Sounds like an enhancement request. :) -Original Message

RE: SNAPSHOT Deploy

2006-08-24 Thread Beyer,Nathan
I believe you need to add uniqueVersionfalse/uniqueVersion to the 'distributionManagement' repository/snapshotRepository configuration in the POM. -Nathan -Original Message- From: Andreas Guther [mailto:[EMAIL PROTECTED] Sent: Thursday, August 24, 2006 2:35 PM To: Maven Users List

RE: SNAPSHOT Deploy

2006-08-24 Thread Beyer,Nathan
Sounds like an enhancement request. :) -Original Message- From: Andreas Guther [mailto:[EMAIL PROTECTED] Sent: Thursday, August 24, 2006 4:07 PM To: Maven Users List Subject: RE: SNAPSHOT Deploy Nathan, Thank you for your help. Indeed that forces Maven to generate a non unique

Re: SNAPSHOT Deploy

2006-08-24 Thread Barrie Treloar
On 8/25/06, Andreas Guther [EMAIL PROTECTED] wrote: Question: How can I get Maven to deploy version-less SNAPSHOT files to our SNAPSHOT repository? Background: It appears to me as if the mvn deploy command on a SNAPSHOT version does only deploy numbered snapshot files, but not unnumbered ones.