Short answer: it's the same command somewhat longer answer: Maven will first look in your local repo. If not found there, it will look in the configured remote repos (and download to your local repo if found).
Maybe reading some of the first chapters in some Maven book will give you a better idea on how Maven works. You'll find two free books here [1]. /Anders [1] http://www.sonatype.com/Support/Books On Wed, Aug 10, 2011 at 14:10, goutham <[email protected]> wrote: > Hi, > Usually we call a plugin(ex:maven project with a mojo) using command > " mvn <groupid>:<artifactid>:<version>:<goal> " which is in local > repository. > > What is the command which specifies it to look in my nexus repository? > > > Thank you in advance > -Goutham > > > > > -- > View this message in context: > http://maven.40175.n5.nabble.com/Help-Calling-plugin-from-a-remote-repository-tp4685594p4685594.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] > >
