]> source.dussan.org Git - archiva.git/commitdiff
be more netbeans friendly for source format (checkstyle must be inherited)
authorskygo <skygo@unknown>
Fri, 3 May 2013 18:36:03 +0000 (18:36 +0000)
committerskygo <skygo@unknown>
Fri, 3 May 2013 18:36:03 +0000 (18:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1478908 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/pom.xml

index 44d74e6f6fae10b1fcb700ba1b10e34d76aff32a..0af6f5499ec93a6c8215ea6cb1eddc1768198450 100644 (file)
@@ -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>