#169 Excluding generated sources from CheckStyle in Eclipse

This commit is contained in:
Gunnar Morling 2014-05-30 23:24:05 +02:00
parent b2d9a5ce73
commit c304a8f461

View File

@ -238,6 +238,14 @@
<failsOnError>true</failsOnError>
<violationSeverity>error</violationSeverity>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
<!--
Excluding generated sources; Not required for the Maven build, but the Eclipse CS plug-in
would check the generated files without these exclusions; Note that the exclusions must be
specified as patterns within a source folder, so we can't exclude generated-sources
altogether
-->
<excludes>*Prism.java,*/itest/jaxb/xsd/*</excludes>
</configuration>
<dependencies>
<dependency>