Re: maven update

2011-05-29 Thread Anders Hammar
I'd say talk to your corp folks managing your maven infrastructure (incl. Nexus). They should be able to help you get your environment configured correctly or fix the infrastructure not working correctly. (I say this as the nexus url looks like a Nexus instance of a corporate setup, where there cou

Re: maven update

2011-05-26 Thread Wayne Fay
> For some of my projects, it is not able to dowload the dependencies from > Nexus and gives below error. How do i force it? Try mvn -U but realize the "No response received after 6" means that you are having troubles connecting to the Nexus instance so this may not resolve the issue. Are you

maven update

2011-05-26 Thread Prashu Negu
HI, I just deleted my local repository and started checking all my projects again from my SVN. For some of my projects, it is not able to dowload the dependencies from Nexus and gives below error. How do i force it? Failure to transfer junit:junit:jar:4.4 from http://wrepos2.mdc.cginet:8080/nexus

Re: when/does maven update its plugins?

2008-10-18 Thread Rusty Wright
Ok, thanks. Wendy Smoak wrote: On Sat, Oct 18, 2008 at 3:35 PM, Rusty Wright <[EMAIL PROTECTED]> wrote: After seeing the announcement of the new version of the Maven Resources Plugin I naively thought I could simply do "mvn --update-plugins", but that didn't do anything, other than give me

Re: when/does maven update its plugins?

2008-10-18 Thread Wendy Smoak
On Sat, Oct 18, 2008 at 3:35 PM, Rusty Wright <[EMAIL PROTECTED]> wrote: > After seeing the announcement of the new version of the Maven Resources > Plugin I naively thought I could simply do "mvn --update-plugins", but that > didn't do anything, other than give me an error from not having a pom.xm

when/does maven update its plugins?

2008-10-18 Thread Rusty Wright
After seeing the announcement of the new version of the Maven Resources Plugin I naively thought I could simply do "mvn --update-plugins", but that didn't do anything, other than give me an error from not having a pom.xml in the directory I was in (and then it simply rebuilt my project when I c

Re: Maven Update Dependency

2008-09-01 Thread Wendy Smoak
On Mon, Sep 1, 2008 at 9:10 AM, Pandit, Prashant <[EMAIL PROTECTED]> wrote: > Our developers are in India and repository is in London. > Yes Maven hangs on each repository it searches before it ever finds the > artifact and starts downloading it, thus it takes hours of time to complete > build. Bu

RE: Maven Update Dependency

2008-09-01 Thread Pandit, Prashant
, it may be b'coz of every time we use mvn install command instead of mvn build -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: 01 September 2008 17:01 To: Maven Users List Subject: Re: Maven Update Dependency On Mon, Sep 1, 2008 at 8:43 AM, Pandit, Prashant &l

Re: Maven Update Dependency

2008-09-01 Thread Wendy Smoak
On Mon, Sep 1, 2008 at 8:43 AM, Pandit, Prashant <[EMAIL PROTECTED]> wrote: > Thanks for your reply. Yes, we have number of developers accessing the > repository and we are using Artifactory. How far away is that Artifactory instance? I'm trying to figure out where the delay is happening. Are

Re: Maven Update Dependency

2008-09-01 Thread Wendy Smoak
On Mon, Sep 1, 2008 at 7:52 AM, Pandit, Prashant <[EMAIL PROTECTED]> wrote: > We are facing issue with maven update dependency.When multiple depevlopers > run maven ,it takes hours of time in updating dependency from artifactory > located in remote.Is it because of network iss

Maven Update Dependency

2008-09-01 Thread Pandit, Prashant
We are facing issue with maven update dependency.When multiple depevlopers run maven ,it takes hours of time in updating dependency from artifactory located in remote.Is it because of network issue causing this slow.I tried to change localhost in setting.xml. This e-mail has been scanned for

Re: Can Maven update itself?

2004-07-15 Thread Brett Porter
Definitely thought about it, maybe in the Maven 2.x lifecycle. Maven already allows you to download its plugins one a plugin-by-plugin basis. - Brett On Thu, 15 Jul 2004 09:31:36 -0400, Campana Jr., Salvatore J <[EMAIL PROTECTED]> wrote: > I'm new to Maven, and was wondering if anyone has setup

Can Maven update itself?

2004-07-15 Thread Campana Jr., Salvatore J
I'm new to Maven, and was wondering if anyone has setup Maven to manage its own dependenciesThis way you could pull the latest version of Maven and add it to the master repository and them when Maven runs it updates itself...I realize this is a "Chicken and Egg" scenario, not to mention classlo