The auto parenting feature is on this branch, which does not require that snapshot:

http://svn.apache.org/repos/asf/maven/components/branches/maven-2.1.x-MNG-624/

- Brett

On 05/09/2008, at 8:35 AM, Harsha Godugu wrote:

Hi There,

I'm trying to build maven 2.1.   (to try the auto parenting  feature)

I see the repo as : <url>http://people.apache.org/repo/m2-snapshot-repository/ </url> from the pom.xml in maven-components I get the folloing error stated below. I looked for the 3.0 snapshot repo at the above url. It's not listed there.

Now, Is there a repository search tool ? :-)


thanks..


Missing:
----------
1) org.apache.maven.artifact:maven-artifact:jar:3.0-alpha-2-SNAPSHOT

Try downloading the file manually from the project website.

Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.maven.artifact - DartifactId=maven-artifact -Dversion=3.0-alpha-2-SNAPSHOT - Dpackaging=jar -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.apache.maven.artifact - DartifactId=maven-artifact -Dversion=3.0-alpha-2-SNAPSHOT - Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

Path to dependency:
      1) org.apache.maven:maven-plugin-api:jar:3.0-SNAPSHOT
2) org.apache.maven.artifact:maven-artifact:jar:3.0-alpha-2- SNAPSHOT



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


--
Brett Porter
[EMAIL PROTECTED]
http://blogs.exist.com/bporter/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to