You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Baz <ba...@gmail.com> on 2007/07/17 06:05:08 UTC

Question about setting up snapshot repository

All,

I have questions about setting up snapshot repository. I read the
instruction on http://mojo.codehaus.org/using-sandbox-plugins.html and i
have the following questions:

If I build some java code, and resulted in some_api.jar and type "mvn
deploy", then does it goes to http://snapshots.repository.codehaus.org/ ?

What if product A is depending on some_api.jar, will the pom.xml retrieve
some_api.jar from http://snapshots.repository.codehaus.org/ ?

Does the code apply to both build dependencies and deployment? Meaning does
the code in http://mojo.codehaus.org/using-sandbox-plugins.html apply to
both some_api and product_a?

Thank you.

A.