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:
skygo 2013-05-03 18:36:03 +00:00
parent 2bfd573515
commit e7394ea2ad
1 changed files with 3 additions and 1 deletions

View File

@ -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>