Hi,
I'm trying to use the plugin jDiff for Maven. First I use this example:

<plugin>
>                 <artifactId>jdiff-maven-plugin</artifactId>
>                 <groupId>org.codehaus.mojo</groupId>
>                 <version>0.1-SNAPSHOT</version>
>                 <configuration>
>                     <packages>org.apache.maven</packages>
>                     <oldTag>alpha</oldTag>
>                     <newTag>beta</newTag>
>                 </configuration>
>       </plugin>


But I get this error

> The plugin 'org.codehaus.mojo:jdiff-maven-plugin' does not exist or no
> valid version could be found


I have in my pluginRepository, the codehaus snapshot repository

> <pluginRepository>
>             <id>Codehaus Snapshots</id>
>             <url>http://snapshots.repository.codehaus.org/</url>
>             <snapshots>
>                 <enabled>true</enabled>
>             </snapshots>
>             <releases>
>                 <enabled>false</enabled>
>             </releases>
>         </pluginRepository>


Has the project moved ?

Thanks for the help,
Michael

Reply via email to