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/%3cECD08BF3-A914-4FD2-B0FC-8EB7DAE71D7..aven.org%3e
>> [2] http://people.apache.org/repo/m2-snapshot-repository/
>
This archive was generated by hypermail 2.0.0 : Thu Oct 12 2006 - 14:17:01 EDT