Great, I'll have to give it a look. I imagine you just have a cronjob
that does "mvn deploy" nightly? Or is there something more at work here?
-- KevinAndrus 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
This archive was generated by hypermail 2.0.0 : Thu Oct 12 2006 - 14:23:23 EDT