Hi,
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? Thomas Houtekier
