RE: Failure to find artifact in Nexus

2013-09-09 Thread John Dix
What I mean by being downloaded is that it is easily found in the local .m2 repository of the machine maven is being executed on. -Original Message- From: John Dix Sent: Monday, September 09, 2013 9:44 AM To: Maven Developers List Subject: RE: Failure to find artifact in Nexus Thanks

RE: Failure to find artifact in Nexus

2013-09-09 Thread John Dix
this file Downloaded means that Maven succeeded. If you don't see the second line, then it is not downloaded. I guess that confused you a bit. Robert Op Fri, 06 Sep 2013 20:09:30 +0200 schreef John Dix john@amdocs.com: + maven dev team.. -Original Message- From: John Dix

RE: Failure to find artifact in Nexus

2013-09-09 Thread John Dix
. Robert Op Mon, 09 Sep 2013 19:29:09 +0200 schreef John Dix john@amdocs.com: Still repro's in Maven 3.1. The bug says it is fixed there if I am reading it correctly. However, the artifact is stored in Nexus in exactly where we want it: 3rdparty. Maven pulls it down, and rather than

RE: Failure to find artifact in Nexus

2013-09-09 Thread John Dix
Developers List Subject: Re: Failure to find artifact in Nexus In that case you're probably hitting https://jira.codehaus.org/browse/MNG-5181 Robert Op Mon, 09 Sep 2013 18:57:25 +0200 schreef John Dix john@amdocs.com: What I mean by being downloaded is that it is easily found in the local

RE: Failure to find artifact in Nexus

2013-09-09 Thread John Dix
. if that's the solution, why should I upgrade ay all? -Original Message- From: John Dix Sent: Monday, September 09, 2013 10:44 AM To: Maven Developers List Subject: RE: Failure to find artifact in Nexus I am deleting the .m2/repository (rm -rf ~/.m2/repository/*) before every build. I have used

RE: Failure to find artifact in Nexus

2013-09-06 Thread John Dix
+ maven dev team.. -Original Message- From: John Dix Sent: Friday, September 06, 2013 11:08 AM To: Maven Users List; rwhee...@artifact-software.com Subject: RE: Failure to find artifact in Nexus Let me rephrase this. It is finding it in the repository we have it in (3rdparty), but when

RE: maven 3.x and parent pom dependencies

2013-09-05 Thread John Dix
] Sent: Wednesday, September 04, 2013 1:01 PM To: dev@maven.apache.org Subject: Re: maven 3.x and parent pom dependencies John Dix wrote: Hello, I am wanting to determine how maven determines where parent poms are if the relativePath tag is not in the parent section of a pom. Can someone

maven 3.x and parent pom dependencies

2013-09-04 Thread John Dix
Hello, I am wanting to determine how maven determines where parent poms are if the relativePath tag is not in the parent section of a pom. Can someone please point me to where in the source code I should set a breakpoint and start look for this? Thanks! John Caolan Dix Programming Sr. SME,

RE: New to group

2013-08-09 Thread John Dix
On 8/6/13 2:18 PM, John Dix wrote: Hello! I am new to Maven and the source code but wish to help out if possible. I have downloaded the source to my Fedora 18 system and am using Eclipse Kepler. I wish to start by setting up my environment so that I can set breakpoints and step through

RE: New to group

2013-08-07 Thread John Dix
, and away you go! Good luck, -john On 8/6/13 2:18 PM, John Dix wrote: Hello! I am new to Maven and the source code but wish to help out if possible. I have downloaded the source to my Fedora 18 system and am using Eclipse Kepler. I wish to start by setting up my environment so that I can set

New to group

2013-08-06 Thread John Dix
Hello! I am new to Maven and the source code but wish to help out if possible. I have downloaded the source to my Fedora 18 system and am using Eclipse Kepler. I wish to start by setting up my environment so that I can set breakpoints and step through the code to see the flow of execution. Is