diff options
Diffstat (limited to 'archiva-modules/pom.xml')
-rw-r--r-- | archiva-modules/pom.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archiva-modules/pom.xml b/archiva-modules/pom.xml index 44d74e6f6..0af6f5499 100644 --- a/archiva-modules/pom.xml +++ b/archiva-modules/pom.xml @@ -76,7 +76,9 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <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> <includeTestSourceDirectory>true</includeTestSourceDirectory> <configLocation>config/maven_checks.xml</configLocation> |