diff options
author | skygo <skygo@unknown> | 2013-05-03 18:36:03 +0000 |
---|---|---|
committer | skygo <skygo@unknown> | 2013-05-03 18:36:03 +0000 |
commit | e7394ea2adc322ab18b3a8b41d732524ed17d37c (patch) | |
tree | 0fc3b6dae44be7df7c367b1b1117ab9c082bddb4 /archiva-modules | |
parent | 2bfd57351539e76784283a273f1aacff9c9f36e5 (diff) | |
download | archiva-e7394ea2adc322ab18b3a8b41d732524ed17d37c.tar.gz archiva-e7394ea2adc322ab18b3a8b41d732524ed17d37c.zip |
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
Diffstat (limited to 'archiva-modules')
-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> |