On Friday 05 September 2008 [EMAIL PROTECTED] wrote: > <pluginRepositories> > > <pluginRepository> > > <id>codehaus</id> > > <name>codehaus Repository for plugins</name> > > <url>http://snapshots.repository.codehaus.org</url> > > <layout>default</layout> > > </pluginRepository> > > </pluginRepositories> > > > > However, Maven was not able to download the plugin. It ignores the > pluginRepository and searches only on central. Why defining a > pluginRepository when it is not used by Maven?
What version of the plugin are you using? If it's a SNAPSHOT, you have to
enabled snapshots in your repository configuration by adding
<snapshots>
<enabled>true</enabled>
</snapshots>
If it's not a SNAPSHOT, you are using the wrong repository.
hth,
- martin
signature.asc
Description: This is a digitally signed message part.
