mirror of https://github.com/apache/archiva.git
do not inherit checkstyle report.
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1402834 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ddecd82513
commit
1d17c3104e
|
@ -76,6 +76,7 @@
|
|||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-checkstyle-plugin</artifactId>
|
||||
<version>${checkstyleVersion}</version>
|
||||
<inherited>false</inherited>
|
||||
<configuration>
|
||||
<includeTestSourceDirectory>true</includeTestSourceDirectory>
|
||||
<configLocation>config/maven_checks.xml</configLocation>
|
||||
|
|
Loading…
Reference in New Issue