Sorry, i mean http://repository.apache.org/snapshots/

This should work in your pom :

<build>
...
<repositories>
        <repository>
            <id>apache.snapshots</id>
            <name>Maven Plugin Snapshots</name>
            <url>http://repository.apache.org/snapshots/</url>
            <releases>
                <enabled>false</enabled>
            </releases>
            <snapshots>
                <enabled>true</enabled>
            </snapshots>
        </repository>
    </repositories>
...
    <build>

On Tue, Jan 31, 2012 at 9:16 PM, David Capwell <dcapw...@gmail.com> wrote:

> you can find them in snapshot.  Try URL repository.apache.org/snapshot
> On Jan 31, 2012 7:22 PM, "Edward J. Yoon" <edwardy...@apache.org> wrote:
>
>> Hi,
>>
>> Hadoop 0.23 jars are seems still not in mvn repo. When will it be
>> uploaded?
>>
>> Thanks.
>>
>> --
>> Best Regards, Edward J. Yoon
>> @eddieyoon
>>
>

Reply via email to