Yes, did try ³mvm deploy². But it fails in an empty repo. This is a parent pom file ( packaging = pom ). This pom contains <dependencyManagement> section and <distributionManagement> section that¹s all.
On 12/13/13, 10:07 AM, "Thorsten Heit" <[email protected]> wrote: >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. >> >> Tried with various versions of ³deploy² plugin, the issue happens in >> all of them. >> >> How to deploy a snapshot version on an empty repository? >> >> >> $mvn org.apache.maven.plugins:maven-deploy-plugin:2.8.1:deploy > >You try to deploy something that has to be built first, a step that is >skipped in your case. Try "mvn deploy" instead. > > >HTH > >Thorsten --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
