Re: Unable to download artifact from repository

2009-12-27 Thread amaresh mourya
Hi all, I debugged through org.apache.maven.artifact.resolver.DefaultArtifactResolver (see the snippet of code where it searches the maven-parent in localrepo then goes for wagon to download it from remote )and found that *destination *has value *

Re: Unable to download artifact from repository

2009-12-22 Thread amaresh mourya
Thanks Wandy, yeah I removed proxy information from setting.xml and blown up the org (org.apache.maven.maven-parent) directory from the local repo...but with no luck. On Tue, Dec 22, 2009 at 2:25 AM, Wendy Smoak wsm...@gmail.com wrote: On Mon, Dec 21, 2009 at 2:46 AM,

Unable to download artifact from repository

2009-12-21 Thread amaresh mourya
by: org.apache.maven.project.ProjectBuildingException: POM 'org.apache.maven:maven-parent' not found in repository: Unable to download the artifact from any repository org.apache.maven:maven-parent:pom:11 from the specified remote repositories: central (http://repo1.maven.org/maven2) for project

Unable to download artifact from repository

2009-12-21 Thread amaresh mourya
by: org.apache.maven.project.ProjectBuildingException: POM 'org.apache.maven:maven-parent' not found in repository: Unable to download the artifact from any repository org.apache.maven:maven-parent:pom:11 from the specified remote repositories: central (http://repo1.maven.org/maven2) for project

Unable to download artifact from repository

2009-12-21 Thread amaresh mourya
by: org.apache.maven.project.ProjectBuildingException: POM 'org.apache.maven:maven-parent' not found in repository: Unable to download the artifact from any repository org.apache.maven:maven-parent:pom:11 from the specified remote repositories: central (http://repo1.maven.org/maven2) for project

Unable to download artifact from repository

2009-12-21 Thread amaresh mourya
by: org.apache.maven.project.ProjectBuildingException: POM 'org.apache.maven:maven-parent' not found in repository: Unable to download the artifact from any repository org.apache.maven:maven-parent:pom:11 from the specified remote repositories: central (http://repo1.maven.org/maven2) for project org.apache.maven:maven-parent

Re: Unable to download artifact from repository

2009-12-21 Thread Wendy Smoak
On Mon, Dec 21, 2009 at 2:46 AM, amaresh mourya amaresh.mou...@gmail.com wrote: I ran the org.apache.maven.project.MavenProject build() method from DeafultMavenProjectBuilder for maven-artifact's pom.xml (see A) to build Maven Project for maven-artifact, but since it is derived from