-- Kevin
Andrus Adamchik wrote:
Snapshot repo is configured in the main pom already. So "mvn deploy" should work.One extra thing you need is to put your Apache user id in ~/.m2/ settings.xml :<settings> <servers> <server> <id>apache-snapshots</id> <username>aadamchik</username> </server> </servers> .... Andrus
