mirror of https://github.com/apache/archiva.git
be more netbeans friendly for source format (checkstyle must be inherited)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1478908 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2bfd573515
commit
e7394ea2ad
|
@ -76,7 +76,9 @@
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-checkstyle-plugin</artifactId>
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
||||||
<version>${checkstyleVersion}</version>
|
<version>${checkstyleVersion}</version>
|
||||||
<inherited>false</inherited>
|
<!-- inherited is needed to use netbeans checkstyle based code formatting -->
|
||||||
|
<!-- 2013 05 03 may change in future release -->
|
||||||
|
<inherited>true</inherited>
|
||||||
<configuration>
|
<configuration>
|
||||||
<includeTestSourceDirectory>true</includeTestSourceDirectory>
|
<includeTestSourceDirectory>true</includeTestSourceDirectory>
|
||||||
<configLocation>config/maven_checks.xml</configLocation>
|
<configLocation>config/maven_checks.xml</configLocation>
|
||||||
|
|
Loading…
Reference in New Issue