Here is the pom I use :
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.5</version>
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-resources</artifactId>
<version>1.0-alpha-7</version>
</dependency>
</dependencies>
</plugin>
as mentionned in the bug report. Could my problem related to an wrong site
plugin version ?
Thank you
--
View this message in context:
http://maven.40175.n5.nabble.com/Problem-using-checkstyle-with-a-remote-config-file-for-site-generation-tp2827588p2827640.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]