Accessing Nexus with Java JAX-WS

2014-02-06 Thread John Dix
Hey Guys, I need to access the nexus repo in Java via the RESTful API provided but I cannot seem to find a URL that works for us. Is there a standard path into it I access? I want to download a list of artifcats in a specific path like this: myrepo:8081/nexus/content/repositories/thirdparty I

RE: surefire plugin output changes

2014-01-28 Thread John Dix
not specify a version 3.0.4 and 3.0.5 default to surefire 2.10 3.1.1 defaults surefire to 2.12.4 HTH On 28 January 2014 00:52, John Dix john@amdocs.com wrote: I should point out that I have run 3.0.3 against the build in question and I still received the same non-verbose output

RE: surefire plugin output changes

2014-01-28 Thread John Dix
I got it... 2.16 -Original Message- From: John Dix Sent: Tuesday, January 28, 2014 9:45 AM To: Maven Users List Subject: RE: surefire plugin output changes Do you know which version Maven 2.1.0 had? -Original Message- From: Stephen Connolly [mailto:stephen.alan.conno

RE: surefire plugin output changes

2014-01-28 Thread John Dix
AM, John Dix john@amdocs.com wrote: I got it... 2.16 -Original Message- From: John Dix Sent: Tuesday, January 28, 2014 9:45 AM To: Maven Users List Subject: RE: surefire plugin output changes Do you know which version Maven 2.1.0 had? -Original Message- From: Stephen

surefire plugin output changes

2014-01-27 Thread John Dix
Hello all, We have migrated our maven from version 3.0.3 to 3.0.5 and our developers are claiming now that they're not seeing the verbosity in the test outputs like they did before. The only see a synopsis and summary of the number of tests run, failed, and which ones failed. Servers are run

RE: surefire plugin output changes

2014-01-27 Thread John Dix
account for this. -Original Message- From: John Dix Sent: Monday, January 27, 2014 4:35 PM To: Maven Users List Subject: surefire plugin output changes Hello all, We have migrated our maven from version 3.0.3 to 3.0.5 and our developers are claiming now that they're not seeing

plugin version ranges errors with Maven 3.1.1

2013-12-06 Thread John Dix
I am trying to specify a version range in a pom.xml in order to support our build by doing the following: plugin groupId org.apache.maven.plugins/groupId artifactId maven-shade-plugin/artifactId version[2.0, )/version /plugin And I am getting this error: [ERROR] Plugin

RE: plugin version ranges errors with Maven 3.1.1

2013-12-06 Thread John Dix
Agreed however I need to support two builds in our environment one that uses Maven 3.0.5 and one that does 3.1.1 without having to change the file every time. Do you know what is wrong with the version range? -Original Message- From: Wayne Fay [mailto:wayne...@gmail.com] Sent: Friday,

RE: plugin version ranges errors with Maven 3.1.1

2013-12-06 Thread John Dix
a quick test on my system with Maven 3.1.1 and got the same error you did. Regards, Curtis On Fri, Dec 6, 2013 at 1:12 PM, John Dix john@amdocs.com wrote: I am trying to specify a version range in a pom.xml in order to support our build by doing the following: plugin groupId

RE: plugin version ranges errors with Maven 3.1.1

2013-12-06 Thread John Dix
We are getting build failures when using 3.1.1 and the 2.0 shade plugin. It seems to be a documented issue: https://issues.apache.org/jira/browse/STANBOL-1212 So I wanted to be able to have the same parent pom for our builds that still require 3.0.5 which currently sets it to 2.0 and does not

Version resolution question (was: plugin version ranges errors with Maven 3.1.1)

2013-12-06 Thread John Dix
repeatable builds which are one of the fabulous benefits of a well-structured build system. Regards, Curtis [1] http://maven.apache.org/pom.html#Prerequisites On Fri, Dec 6, 2013 at 4:20 PM, John Dix john@amdocs.com wrote: We are getting build failures when using 3.1.1 and the 2.0 shade plugin

RE: Version resolution question (was: plugin version ranges errors with Maven 3.1.1)

2013-12-06 Thread John Dix
/12/2013 6:06 PM, John Dix wrote: Thanks Curtis and everyone. I have a follow up question around the same thing build. The command line I am using: maven clean install Our 3.1.1 maven build is having issues finding the plugins in our .m2 directory unless I specify on the command line

RE: Version resolution question (was: plugin version ranges errors with Maven 3.1.1)

2013-12-06 Thread John Dix
Sorry, I meant we do not have Shade 2.1 plugin. 2.0 is in our repository. -Original Message- From: John Dix Sent: Friday, December 06, 2013 3:25 PM To: Maven Users List; rwhee...@artifact-software.com Subject: RE: Version resolution question (was: plugin version ranges errors with Maven

RE: Version resolution question

2013-12-06 Thread John Dix
Yes and Yes. It took us 6 months to upgrade from 3.0.3 to 3.0.5 which still hasn't happened or released product yet. -Original Message- From: Ron Wheeler [mailto:rwhee...@artifact-software.com] Sent: Friday, December 06, 2013 4:32 PM To: John Dix; Maven Users List Subject: Re: Version

RE: Version resolution question

2013-12-06 Thread John Dix
finished. Good luck. Ron On 06/12/2013 7:38 PM, John Dix wrote: Yes and Yes. It took us 6 months to upgrade from 3.0.3 to 3.0.5 which still hasn't happened or released product yet. -Original Message- From: Ron Wheeler [mailto:rwhee...@artifact-software.com] Sent: Friday, December

RE: Maven versions in compilation

2013-10-02 Thread John Dix
multimodule build, and even tens or hundreds if you speak of projects/modules), and we didn't encounter importantly noticeable differences. Cheers Le 1 oct. 2013 21:31, John Dix john@amdocs.com a écrit : I have a question in order to make our dev managers warm and fuzzy. My understanding

RE: New Maven video course!

2013-10-02 Thread John Dix
Link? -Original Message- From: Russell Gold [mailto:r...@gold-family.us] Sent: Wednesday, October 02, 2013 3:36 AM To: Maven Users List Subject: New Maven video course! I'd like to mention the release of my video course, Getting Started with Apache Maven, now available from PackT

Maven versions in compilation

2013-10-01 Thread John Dix
I have a question in order to make our dev managers warm and fuzzy. My understanding is that a pom that compiles under 2.1.0 and 3.0.5 produces the same jars. I know this to be true so long as either version of Maven is pulling down the correct versions of SDK's used to build the java files but

RE: Failure to find artifact in Nexus

2013-09-10 Thread John Dix
, John Dix john@amdocs.com wrote: FYI https://jira.codehaus.org/browse/MNG-5181 ... The use of the MAVEN_OPTS flag has resolved this issue for us. However now it is telling us that maven-clean-plugin 2.5 cannot be found in our release repository. This might be an ancillary issue as we have

RE: Failure to find artifact in Nexus

2013-09-10 Thread John Dix
However, we are using the same settings.xml file for all of our projects, not just the one we are getting the errors on, and they all seem to work. -Original Message- From: John Dix Sent: Tuesday, September 10, 2013 9:43 AM To: Maven Users List Cc: rwhee...@artifact-software.com

RE: Failure to find artifact in Nexus

2013-09-09 Thread John Dix
: Friday, September 06, 2013 12:59 PM To: users@maven.apache.org Subject: Re: Failure to find artifact in Nexus What is in your settings.xml file? Do you have anything about repos in your POMs? Ron On 06/09/2013 2:09 PM, John Dix wrote: + maven dev team.. -Original Message- From: John Dix

RE: Failure to find artifact in Nexus

2013-09-06 Thread John Dix
that it has already found it and downloaded the file. -Original Message- From: John Dix Sent: Friday, September 06, 2013 10:59 AM To: Maven Users List; rwhee...@artifact-software.com Subject: RE: Failure to find artifact in Nexus Yes it is. It downloads the file. I have verified it is in the .m2

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: Failure to find artifact in Nexus

2013-09-06 Thread John Dix
, John Dix wrote: Mark: We are going to our own Nexus repository: http://pd-repo2.eng.qpass.net:8081/nexus/content/repositories/releases -Original Message- From: Mark Eggers [mailto:its_toas...@yahoo.com] Sent: Thursday, September 05, 2013 5:03 PM To: Maven Users List Subject: Re: Failure

Failure to find artifact in Nexus

2013-09-05 Thread John Dix
Hello everyone, I have hit a wall in trying to figure out why we're getting this failure: org.sonatype.aether.transfer.ArtifactNotFoundException: Failure to find commons-httpclient:commons-httpclient:jar:3.1 in http://pd-repo2.eng.qpass.net:8081/nexus/content/repositories/releases was cached

RE: Failure to find artifact in Nexus

2013-09-05 Thread John Dix
artifact in Nexus On 9/5/2013 4:47 PM, John Dix wrote: Hello everyone, I have hit a wall in trying to figure out why we're getting this failure: org.sonatype.aether.transfer.ArtifactNotFoundException: Failure to find commons-httpclient:commons-httpclient:jar:3.1 in http://pd-repo2.eng.qpass.net

Question about versions plugin

2013-08-27 Thread John Dix
Hello all, Does the maven versions plugin have a mail group or should I write my question here? John Caolan Dix Programming Sr. SME, Digital Commerce Amdocs Digital Services Division o: 206-288-0334 m: 425.351.7340 AMDOCS | EMBRACE CHALLENGE EXPERIENCE SUCCESS Did you know...? Amdocs Mobile

RE: Question about versions plugin

2013-08-27 Thread John Dix
schreef John Dix john@amdocs.com: Hello all, Does the maven versions plugin have a mail group or should I write my question here? John Caolan Dix Programming Sr. SME, Digital Commerce Amdocs Digital Services Division o: 206-288-0334 m: 425.351.7340 AMDOCS | EMBRACE CHALLENGE EXPERIENCE

New to Maven Question

2013-07-24 Thread John Dix
? If not, am I on the right track? Thanks! John Dix Programming Sr. SME, Digital Commerce Amdocs Digital Services Division o: 206-288-0334 m: 425.351.7340 AMDOCS | EMBRACE CHALLENGE EXPERIENCE SUCCESS Did you know...? Amdocs Mobile Payments enables operators to manage any number of app stores

RE: New to Maven Question

2013-07-24 Thread John Dix
, then run mvn validate to get the build order. That assumes that all the POMs have matching versions across the projects though, of course. Regards, Curtis On Wed, Jul 24, 2013 at 11:53 AM, John Dix john@amdocs.com wrote: Hello all, I am a new user to Maven and was given the task at my