Plugin Ckjm - Unable to find mojo
Bonjour,
Je souhaite sortir le rapport Ckjm sur le site généré par Maven 2.
J'ai donc mis dans mon pom :
Code:
1 2 3 4 5 6 7 8 9
|
<reporting>
...
<plugin>
<groupId>net.sourceforge.ckjm</groupId>
<artifactId>maven-ckjm-plugin</artifactId>
</plugin>
...
</reporting> |
Quand je lance le build il télécharge bien :
http://repo1.maven.org/maven2/net/so...plugin-0.1.pom
http://repo1.maven.org/maven2/net/so...plugin-0.1.jar
etc...
Mais il me sort : Error getting reports from the plugin 'net.sourceforge.ckjm:maven-ckjm-plugin': Unable to find the mojo 'net.sourceforge.ckjm:maven-ckjm-plugin:0.1:ckjm' in the plugin 'net.sourceforge.ckjm:maven-ckjm-plugin'
Est ce que quelqu'un a déjà utilisé le plugin Ckjm ou voudrait bien essayer et me dire si il y arrive svp ? :)
Merci de votre aide :)