On 4/17/07, Houtekier Thomas <[EMAIL PROTECTED]> wrote:
When snapshot-dependencies are downloaded from our (in-house) remote repository, I get the artifact in the form <artifactId>-<YYYYMMDD.HHmmss-no>.jar and not <artifactId>-SNAPSHOT.jar. In scripts I reference to the <artifactId>-SNAPSHOT.jar version. When I get the timestamp version, I have to change the scripts each time. Is there a way to ensure I always get the snapshot version and not the timestamped version?
If you don't want timestamped snapshots, try setting <uniqueVersion>false</uniqueVersion> in distribution management. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
