Hi Wayne, Wayne Fay wrote:
>> snapshot artifacts will always be deployed using a timestamped version. >> But I don't understand why this behaviour has been removed for the >> dowload of jars in the local repo ? > > So you're proposing that the Maven client download a snapshot artifact > named A-1.0.0-20110302.160157-17.jar and then rename it to > A-1.0.0-SNAPSHOT.jar when it stores the file locally? This is the > functionality that you want? (I'm making no promises of anything > actually happening in this regard, just trying to understand what it > is that you are asking for.) At least it would help to build EARs, because the if you have such dependencies for your EJBs, they are added as timestamped jar to the EJB's Class-Path entry in its manifest, but later on added as *-SNAPSHOT.jar to the EAR. This will obviously break the EAR for some app servers. - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org