maven deploy plugin fails with artifact-not-found

2013-12-13 Thread Sankaran, Nambi
I’m trying to deploy a snapshot version of the artifact for the first time. Maven deploy fails with error “could not find artifact in the remote repository” Obviously the artifact was never deployed in the remote repository, so it is not available in the remote repository. Tried with various vers

Re: maven deploy plugin fails with artifact-not-found

2013-12-13 Thread Thorsten Heit
Hi, > I’m trying to deploy a snapshot version of the artifact for the first time. > Maven deploy fails with error “could not find artifact in the remote > repository” > Obviously the artifact was never deployed in the remote repository, > so it is not available in the remote repository. > > Tri

Re: maven deploy plugin fails with artifact-not-found

2013-12-13 Thread Sankaran, Nambi
Yes, did try ³mvm deploy². But it fails in an empty repo. This is a parent pom file ( packaging = pom ). This pom contains section and section that¹s all. On 12/13/13, 10:07 AM, "Thorsten Heit" wrote: >Hi, > >> I¹m trying to deploy a snapshot version of the artifact for the first >time. >>