Hi David, install should not number the JAR, but deploy does. We have an open issue to download the numbered versions into a single SNAPSHOT version locally, as well as making the numbering optional. Neither are included in beta-1.
Regards, Brett On 9/16/05, David Pick <[EMAIL PROTECTED]> wrote: > > Hi, > > > > If I build an artifact with a dependency on a snapshot (i.e. version " > 1.0-SNAPSHOT") I get the latest copy of the dependency in the local > repository named groupId/artifactId-1.0-yyyyMMdd.HHmm-s.jar. > > > > Is there a (simple) way to also generate a file in the local repository > named groupId/artifactId-1.0-SNAPSHOT.jar whilst downloading a snapshot > dependency? > > > > I want a file with a constant filename that represents the latest > downloaded snapshot dependency for integration with third party tools etc, I > do not want to have to check/update path/classpath settings each time I > perform a maven build. > > > > I am using Maven 2.0-alpha-3. > > > > Many Thanks > > Dave > > > > >
