Hilco Wijbenga wrote:

But why would only Maven 2 complain and not Maven 3 then?

There's always a chance of a bug.

       <repositories>
         <repository>
           <id>central</id>
           <url>http://central</url>
           <releases>
             <enabled>true</enabled>
           </releases>
           <snapshots>
             <enabled>true</enabled>
           </snapshots>
         </repository>
       </repositories>

From this, it appears to be a bug in Maven 2 since your mirror should be contacted for snapshots.

What would get Maven to "disable repository central"?

Might be something goes wrong with the override of central which prevents the snapshots=true policy from being applied.


Benjamin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to