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.
