Re: Embedded error: Unable to download the artifact from any repository

2010-01-13 Thread Christopher Styles
the artifact actually there? > 2) Do you have Archiva configured to require authentication and, if so, are > the credentials properly configured in Hudson's settings.xml file? > > Due to MNG-3477, authentication failures aren't reported as such. > > Justin > >

Embedded error: Unable to download the artifact from any repository

2010-01-13 Thread Christopher Styles
Hi, I'm running a maven release build from Hudson and when trying to download an artifact from a remote repository it fails with the error below... Does anyone has any pointers on how to resolve this issue...??? I'd really appreciate your help... FYI, I also added a snippet from my pom.xml, which

Re: MAVEN2 PROJECT DEPLOYMENT FAILING....

2009-11-24 Thread Christopher Styles
009 at 10:23 AM, Christopher Styles wrote: > Hi, > > I'm trying to build and deploy a maven2 project via hudson, and the build > works fine, but the deployment is failing... It's trying to deploy to a > location that's not specified in in my parent > pom.xml... Does an

MAVEN2 PROJECT DEPLOYMENT FAILING....

2009-11-24 Thread Christopher Styles
Hi, I'm trying to build and deploy a maven2 project via hudson, and the build works fine, but the deployment is failing... It's trying to deploy to a location that's not specified in in my parent pom.xml... Does anyone know why this is happening...??? If someone could please provide insight as to