Hi all, Look at this strange problem,
Versions used : Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-checks tyle-plugin/2.1/maven-checkstyle-plugin-2.1.pom Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-checks tyle-plugin/2.1/maven-checkstyle-plugin-2.1.jar Downloading: http://repo1.maven.org/maven2/checkstyle/checkstyle-optional/4.1/ch eckstyle-optional-4.1.pom Downloading: http://repo1.maven.org/maven2/checkstyle/checkstyle/4.1/checkstyle- 4.1.pom Downloading: http://repo1.maven.org/maven2/checkstyle/checkstyle/4.1/checkstyle- 4.1.jar Downloading: http://repo1.maven.org/maven2/checkstyle/checkstyle-optional/4.1/ch eckstyle-optional-4.1.jar mvn site --> [INFO] There are 16994 checkstyle errors. mvn checkstyle:checkstyle :[INFO] There are 16123 checkstyle errors. my pom.xml : <build> <sourceDirectory>Java Source</sourceDirectory> </build> <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <configuration> <configLocation>D:\sun_checks.xml</configLocation> </configuration> </plugin> </plugins> </reporting> Any ideas ? Thanks, sid --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]