Regarding special args for release:peform I don't understand the question. What args to spec depends on what you want to do. Try it, read/google and come back when you have a specific question.
Regarding distMagmt you need to spec a snapshot repo if you deloy snapshots and a (release) repo if you deploy a release (like you do with release:perform). If you deploya maven site you also need to spec a site url in distMgmt. It's three different things. If you have the same id for all of them you only need to define one set of credentials in settings.xml. However, I normally have three different ids and duplicate the creds in settings.xml. /Anders On Tue, Jan 18, 2011 at 08:14, jeb001 <[email protected]> wrote: > > Ok, I guess it's getting a little better... but there's something I'm not > sure to understand. > > First, my project is a multi-module project, should I set special arguments > when I launch release:perform ? > > An then, I wonder what's the differences, in my main pom.xml between the > tag > distributionManagement, used by the deploy task, and the other tag > repositories... > In the tag repositories, I added 2 tags repository to set my nexus snapshot > and releases URL. > > I don't really know what I have to set in the distributionManagement tag... > it's like I have to indicate my nexus server twice ? > I tried to remove thoses tags, but there are mandatory... > > Thx for your help, > > -- > View this message in context: > http://maven.40175.n5.nabble.com/Maven-release-perform-deploy-failed-access-denied-tp3339497p3345723.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
