> > On 21 Dec 2008, at 22:14, konkere <[email protected]> wrote: > > >> Stephen Connolly-2 wrote: >> >>> >>> afaik, the deploy plugin will not overwrite a version that has >>> previously been deployed >>> >>> >> and what would it do then? fail the deploy? >> >> > I think it silently continues, but as my repository manager silently > ignores attempts to redeploy I can't say for sure
Well, I don't think this is what it does. For me, maven-deploy-plugin always overrides without any question by default. This is in fact a problem that should be corrected for maven 3.0... But that's perfectly right it's configurable at the repository manager level, which is the right solution anyway. Since even in maven 3, redeployment of existing artifact will certainly be configurable. See http://jira.codehaus.org/browse/MDEPLOY-74 and more precisely http://jira.codehaus.org/browse/MARTIFACT-6 Cheers -- Baptiste <Batmat> MATHUS - http://batmat.net Sauvez un arbre, Mangez un castor !
