Hi,
The mojo project doesn't list the apache snapshot repository at as a repos..
http://svn.apache.org/maven-snapshot-repository
As it appears that new m2 plugin snapshots are going to be deployed
there, should the attached patch be applied?
Jerome
Index: pom.xml
===================================================================
--- pom.xml (revision 1860)
+++ pom.xml (working copy)
@@ -74,6 +74,14 @@
</distributionManagement>
<repositories>
<repository>
+ <id>apache.snapshots</id>
+ <name>Apache Maven Central Development Repository</name>
+ <url>http://svn.apache.org/maven-snapshot-repository</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ </repository>
+ <repository>
<id>snapshots</id>
<name>Maven Central Development Repository</name>
<url>http://snapshots.maven.codehaus.org/maven2</url>