Not authorized issue when transfering metadata...

2013-07-08 Thread Alan Buck
I'm beginning to get the hang of Maven but I just ran into an issue that I'm not sure how to rectify it. com.p1s:mps] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project mps: Failed to retrieve remote metadata com.p1s:mps:1.9-SNAPSHOT/

RE: Not authorized issue when transfering metadata...

2013-07-08 Thread Alan Buck
-Original Message- From: Stephen Connolly [mailto:stephen.alan.conno...@gmail.com] Sent: Monday, July 08, 2013 9:09 AM To: Maven Users List Subject: Re: Not authorized issue when transfering metadata... On 8 July 2013 16:37, Alan Buck alan.b...@pharmacyonesource.com wrote: I'm beginning

RE: Not authorized issue when transfering metadata...

2013-07-08 Thread Alan Buck
snapshotRepository idsnaps/id nameInternal Snapshot Repository/name urldav:http://madarchiva:8080/archiva/repository/snapshots/url /snapshotRepository /distributionManagement Alan -Original Message- From: Alan Buck [mailto:alan.b...@pharmacyonesource.com] Sent

RE: Error adding file-set for 'org.apache.axis2:addressing:mar:1.6.2' to archive

2013-06-24 Thread Alan Buck
I got the application running this morning. I had to add a couple of lines to manage the addressing module but once that was done it worked as expected. I couldn't have done this without Wayne's input. Thanks again for helping a noobie. I hope to pay back this debt to the maven users group some

RE: Error adding file-set for 'org.apache.axis2:addressing:mar:1.6.2' to archive

2013-06-22 Thread Alan Buck
Oh, thank you for pointing me in the correct direction. The 'exclusions' information is what finally allowed the build to complete successfully. Here is what I finally ended up doing. Looking at the pom.xml for monitor I noticed a 'dependency' that was: dependency

RE: Error adding file-set for 'org.apache.axis2:addressing:mar:1.6.2' to archive

2013-06-21 Thread Alan Buck
outputDirectorylib/outputDirectory includes includecom.p1s.mps:common/include /includes /dependencySet /dependencySets /assembly -Original Message- From: Alan Buck [mailto:alan.b...@pharmacyonesource.com] Sent: Thursday, June 20, 2013 1:27

RE: Error adding file-set for 'org.apache.axis2:addressing:mar:1.6.2' to archive

2013-06-21 Thread Alan Buck
Again I'm showing my noobie status. I needed to create a client web service for the database connectivity module. This is where I added the dependency on axis2. Without the .mar file the response coding for the client request call fails. dependency groupIdorg.apache.axis2/groupId

RE: Error adding file-set for 'org.apache.axis2:addressing:mar:1.6.2' to archive

2013-06-21 Thread Alan Buck
Thanks you have been very helpful. The monitor project does not need the axis2 addressing mar but it is 'grabbing' it. In the monitor's assembly.xml file and pom.xml there is no reference to axis2. The only reference to it is in the database connectivity project. I'm starting to read the

Error adding file-set for 'org.apache.axis2:addressing:mar:1.6.2' to archive

2013-06-20 Thread Alan Buck
I am a .NET developer who finds himself working in the java world using Maven and I'm running into an issue that I haven't found an answer for. I've used Google to look for this and looked back about 3 years in the mailing list archives. I've tried different ways to solve this but I think my

RE: Error adding file-set for 'org.apache.axis2:addressing:mar:1.6.2' to archive

2013-06-20 Thread Alan Buck
You are correct about the monitor project using the database connectivity project. Is this the m-assembly-p configuration? Until 2 days ago all I could do was spell Maven so I don't have much knowledge about it as yet. plugin artifactIdmaven-assembly-plugin/artifactId

RE: Error adding file-set for 'org.apache.axis2:addressing:mar:1.6.2' to archive

2013-06-20 Thread Alan Buck
The .mar file is necessary and does not seem to be available as a .jar. My first excursion into Maven (2 days ago) was to add the Axis2 dependency to the database connectivity project. It took me most of the 2 days to figure out how to use Axis2 and Maven but I got through it. A .mar file is a