not sure why that file is copied to target folder now, I will think about it after release
This commit is contained in:
parent
2b8f5a76e1
commit
f154ce96d5
2
pom.xml
2
pom.xml
|
|
@ -679,7 +679,7 @@
|
|||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-checkstyle-plugin</artifactId>
|
||||
<configuration>
|
||||
<configLocation>${project.build.directory}/checkstyle_checks.xml</configLocation>
|
||||
<configLocation>${project.build.directory}/../checkstyle_checks.xml</configLocation>
|
||||
<suppressionsFileExpression>checkstyle.suppressions.file</suppressionsFileExpression>
|
||||
<suppressionsLocation>suppressions.xml</suppressionsLocation>
|
||||
<headerLocation>java.header</headerLocation>
|
||||
|
|
|
|||
Loading…
Reference in New Issue