That's right. Snapshots are not published to Maven Central (they never
were). If someone wants to develop with snapshot versions, the Apache
Snapshot repository must be configured (preferably in the settings.xml
file).

On 7 June 2013 17:55, Matt Stephenson <[email protected]> wrote:
> Unless I run mvn clean install locally, I end up adding that in to get the
> snapshots.  You might also want to add:
>
>             <releases>
>                 <enabled>false</enabled>
>             </releases>
>
>
>
> On Fri, Jun 7, 2013 at 8:37 AM, Zack Shoylev 
> <[email protected]>wrote:
>
>> It seems to me some 1.7.0 snapshots are missing for some dependencies in
>> the central maven repo. A good example would be org.apache.jclouds.driver -
>> jclouds-slf4j.
>>
>> I was able to fix this in my project by adding
>> <repositories>
>>     <repository>
>>       <id>apache-snapshots</id>
>>       <name>snapshots  apache maven repo</name>
>>       <url>https://repository.apache.org/content/repositories/snapshots
>> </url>
>>       <snapshots>
>>         <enabled>true</enabled>
>>       </snapshots>
>>     </repository>
>>   </repositories>
>>
>> But this really should not be necessary....? Or should it? If somebody
>> knows more about this please explain.
>>

Reply via email to