<plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-checkstyle-plugin</artifactId>
                    <version>2.10</version>
                    <configuration>

<excludes>**/org/apache/**,**/log4j.properties</excludes>
                    </configuration>
                </plugin>

The above does not exclude src/main/resources/log4j.properties.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to