Bonjour,
Je débute dans maven et l'ai installé sur mon poste. J'ai créé un projet avec un pom.xml contenant notamment le code suivant :
<reporting>
<plugins>
<plugin>
<groupId>statcvs</groupId>
<artifactId>maven-statcvs-plugin</artifactId>
<version>3.0</version>
</plugin>
</plugins>
</reporting>
Le lien StatCvs Report apparait bien dans mon appli, mais le fichier index.html vers lequel il pointe est vide, il m'affiche donc une page blanche sans menu.
Pouvez vous m'aider à configurer mes stats cvs dans Maven?
Merci d'avance
Partager