On Jul 21, 2009, at 5:56 AM, Shawn Jiang wrote:
Adding a apache-snapshot as plugin repository could resolve this
problem.
<pluginRepositories>
<pluginRepository>
<id>apache-snapshots</id>
<name>Apache Snapshots Repository</name>
<url>http://repository.apache.org/snapshots</url>
<layout>default</layout>
<snapshots>
<enabled>true</enabled>
<updatePolicy>daily</updatePolicy>
<checksumPolicy>ignore</checksumPolicy>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</pluginRepository>
</pluginRepositories>
Thanks for the pointer, Shawn. Works for me.
--kevan