Re: Help:Calling plugin from a remote repository

2011-08-11 Thread goutham
gt; specific parts of it) with no issues. > > Maven will just re-download the versions again. > > > > ------------- > > To unsubscribe, e-mail: [hidden > > email]<http://use

Re: Help:Calling plugin from a remote repository

2011-08-11 Thread goutham
=4686902&i=0> > For additional commands, e-mail: [hidden > email]<http://user/SendEmail.jtp?type=node&node=4686902&i=1> > > > > -- > If you reply to this email, your message will be added to the discussion > below: > >

Re: Help:Calling plugin from a remote repository

2011-08-11 Thread goutham
hey Barrie I dint read completely the suggested sources. I am in short of time so read few which help in picking up artifact's from repository. Yes i agree with your statement of checking remote repo only is bad idea , i missed the point "Any released artifact NEVER changes" . Thanks for the hel

Re: Help:Calling plugin from a remote repository

2011-08-10 Thread Daivish Shah
You have to create Profile for that.. If you will put following entry in your settings.xml file it will first look at the remote repository and then it will look for your local repository. Basically you need to create Repository Proxy true

Re: Help:Calling plugin from a remote repository

2011-08-10 Thread Barrie Treloar
On Thu, Aug 11, 2011 at 12:06 AM, goutham wrote: > I want it to restrict to the remote repo only. It should not look into local > repo , at least first it have to look in remote and then go for local > > On Wed, Aug 10, 2011 at 6:02 PM, Anders Hammar [via Maven] < > ml-node+4685646-210393254-220..

Re: Help:Calling plugin from a remote repository

2011-08-10 Thread Wayne Fay
> Can this be the other way ? What is "the other way"? >      central > > also trying to download the other dependencies(ex: > plexus-interactivity-api)  form the same repo which dont exist. Saying a repo is a "mirror of Central" means that all artifacts which do exist in Central must also exist

Re: Help:Calling plugin from a remote repository

2011-08-10 Thread goutham
r/SendEmail.jtp?type=node&node=4686394&i=1> > > > > -- > If you reply to this email, your message will be added to the discussion > below: > > http://maven.40175.n5.nabble.com/Help-Calling-plugin-from-a-remote-repository-tp4685594p46863

Re: Help:Calling plugin from a remote repository

2011-08-10 Thread Wayne Fay
> I want it to restrict to the remote repo only. It should not look into local > repo , at least first it have to look in remote and then go for local Maven always tries to use the local repo first when resolving things. So if you want to use version 1.2.3 of a plugin, and it is available locally,

Re: Help:Calling plugin from a remote repository

2011-08-10 Thread goutham
; > email]<http://user/SendEmail.jtp?type=node&node=4685646&i=2> > > > > > > > -- > If you reply to this email, your message will be added to the discussion > below: > > http://maven.40175.n5.nabble.com/Help-C

Re: Help:Calling plugin from a remote repository

2011-08-10 Thread Anders Hammar
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

Help:Calling plugin from a remote repository

2011-08-10 Thread goutham
Hi, Usually we call a plugin(ex:maven project with a mojo) using command " mvn ::: " 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-Call