mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
#169 Excluding generated sources from CheckStyle in Eclipse
This commit is contained in:
parent
b2d9a5ce73
commit
c304a8f461
@ -238,6 +238,14 @@
|
|||||||
<failsOnError>true</failsOnError>
|
<failsOnError>true</failsOnError>
|
||||||
<violationSeverity>error</violationSeverity>
|
<violationSeverity>error</violationSeverity>
|
||||||
<includeTestSourceDirectory>true</includeTestSourceDirectory>
|
<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>
|
</configuration>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user