My understanding is that it's "SNAPSHOT" when installing to the local repo
but a snapshot version when deploying to a remote repo. But a rarely look
in the local repo so I could be wrong.

/Anders (mobile)

Den tis 7 juli 2020 13:08Elliotte Rusty Harold <elh...@ibiblio.org> skrev:

> Let me correct that. On further investigation it seems the Maven 3.1
> artifact installer writes
>
> expanded-snapshot-2.0-SNAPSHOT.jar
>
> whereas the Maven30Installer would write
>
> expanded-snapshot-2.0-20130710.122148-1.pom
>
> Is this working as intended?
>
> On Mon, Jul 6, 2020 at 5:05 PM Elliotte Rusty Harold <elh...@ibiblio.org>
> wrote:
> >
> > This is a long shot, but does anyone happen to know whether anything
> > changed with respect to pom installation between Maven 3.0 and 3.1? In
> > particular, I'm seeing in a test of the copy dependencies Mojo that
> >
> > expanded-snapshot-2.0.pom
> >
> > is written into the expected location but
> >
> > expanded-snapshot-2.0-20130710.122148-1.pom
> >
> > is not. Does this ring any bells with anyone? Is there any chance
> > we're deliberately no longer writing snapshot versions into the local
> > repository?
> >
> > Context: https://github.com/apache/maven-dependency-plugin/pull/78/
> >
> >
> >
> >
> > --
> > Elliotte Rusty Harold
> > elh...@ibiblio.org
>
>
>
> --
> Elliotte Rusty Harold
> elh...@ibiblio.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>

Reply via email to