Plugin dependencies are found but the java files from my project are not found by checkstyle
-----Original Message----- From: Heritier Arnaud [mailto:[EMAIL PROTECTED] Sent: 18 February 2004 14:28 To: Maven Users List Subject: RE : CheckStyle Plugin verify if the dependencies aren't used in the plugin.jelly (maybe in a classpath section) arnaud -------- Message d'origine-------- De: KLOPP Gerald [mailto:[EMAIL PROTECTED] Date: mer. 18/02/2004 14:21 Ã: [EMAIL PROTECTED] Cc: Objet: CheckStyle Plugin Hi, The current checkstyle plugin uses checkstyle v3.1. I would like to use checkstyle v3.3. I've modified the dependencies used by the plugin in the project.xml file : <dependency> <groupId>checkstyle</groupId> <artifactId>checkstyle</artifactId> <version>3.3</version> <properties> <classloader>root</classloader> </properties> </dependency> <dependency> <dependency> <groupId>checkstyle</groupId> <artifactId>checkstyle-optional</artifactId> <version>3.3</version> <properties> <classloader>root</classloader> </properties> </dependency> <dependency> The build process works without any error but the checkstyle report contains ClassNotFound errors for my classes. Is it possible the use checkstyle v3.3 with Maven? Thanks, Gerald
