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

On Oct 12, 2006, at 2:10 PM, Kevin Menard wrote:

Andrus,

How would I go about pushing snapshots of the maven plugin?

Thanks,
Kevin

Andrus Adamchik wrote:
FYI:

I just confirmed [1], that we are allowed to publish snapshots to Apache repo [2], so I just pushed a fresh core build to Apache servers and removed the copy from ObjectStyle.org.

Andrus

[1] http://mail-archives.apache.org/mod_mbox/incubator-general/ 200609.mbox/[EMAIL PROTECTED]
[2] http://people.apache.org/repo/m2-snapshot-repository/


Reply via email to