RE: Snapshots being packaged with datestamps instead of SNAPSHOT.

2007-03-26 Thread Jörg Schaible
kalebral wrote on Friday, March 23, 2007 9:19 PM: Using uniqueVersion=false only makes matters worse for us. When we do, the jar files which we are dependent upon are not downloaded to the local cache as they should be when a dependent jar file has been updated. These are some very serious

RE: Snapshots being packaged with datestamps instead of SNAPSHOT.

2007-03-23 Thread Reinhard Nägele
] Sent: Mittwoch, 21. März 2007 20:45 To: users@maven.apache.org Cc: Lee Bieber Subject: Snapshots being packaged with datestamps instead of SNAPSHOT. Hi, I'm having a pretty weird problem with Maven at the moment. When I run mvn package on a project, it collects all the correct and most recent

RE: Snapshots being packaged with datestamps instead of SNAPSHOT.

2007-03-23 Thread Jörg Schaible
Hi Tim, Tim Cederman wrote on Wednesday, March 21, 2007 8:45 PM: Hi, I'm having a pretty weird problem with Maven at the moment. When I run mvn package on a project, it collects all the correct and most recent jar files for me in the lib directory, however in the zip file instead of

Re: Snapshots being packaged with datestamps instead of SNAPSHOT.

2007-03-23 Thread Joern Huxhorn
Jörg Schaible wrote: Hi Tim, Tim Cederman wrote on Wednesday, March 21, 2007 8:45 PM: Hi, I'm having a pretty weird problem with Maven at the moment. When I run mvn package on a project, it collects all the correct and most recent jar files for me in the lib directory, however in the zip

RE: Snapshots being packaged with datestamps instead of SNAPSHOT.

2007-03-23 Thread Reinhard Nägele
To: Maven Users List Subject: RE: Snapshots being packaged with datestamps instead of SNAPSHOT. Hi Tim, Tim Cederman wrote on Wednesday, March 21, 2007 8:45 PM: Hi, I'm having a pretty weird problem with Maven at the moment. When I run mvn package on a project, it collects all the correct

RE: Snapshots being packaged with datestamps instead of SNAPSHOT.

2007-03-23 Thread Jörg Schaible
Joern Huxhorn wrote on Friday, March 23, 2007 10:40 AM: [snip] It's true that distributionManagement repository uniqueVersionfalse/uniqueVersion [..] /repository /distributionManagement is a workaround for the described problem. That's

Re: Snapshots being packaged with datestamps instead of SNAPSHOT.

2007-03-23 Thread kalebral
Using uniqueVersion=false only makes matters worse for us. When we do, the jar files which we are dependent upon are not downloaded to the local cache as they should be when a dependent jar file has been updated. These are some very serious bugs that are really hindering us. Has anyone found a

Snapshots being packaged with datestamps instead of SNAPSHOT.

2007-03-21 Thread Tim Cederman
Hi, I'm having a pretty weird problem with Maven at the moment. When I run mvn package on a project, it collects all the correct and most recent jar files for me in the lib directory, however in the zip file instead of naming them project-3.0-SNAPSHOT.jar (for example) it will name them