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?

--
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

Reply via email to