Re: deploy: any way to check that an artifact has been already deployed ?

2009-02-25 Thread Merv Green
The only way I know is to configure your repository manager. For example, see the Nexus FAQ, https://docs.sonatype.com/display/NX/Nexus+FAQ houzecl wrote: Hi all, Maven allows us to release artifacts properly with the release plugin. However, nothing prevents to use the deploy plugin directly

deploy: any way to check that an artifact has been already deployed ?

2009-02-17 Thread houzecl
Hi all, Maven allows us to release artifacts properly with the release plugin. However, nothing prevents to use the deploy plugin directly (and several times) on the same project with version x.y.z (I am not talking of x.y.z-SNAPSHOT) Is there any configuration that could be used for the deplo