diff options
author | Olivier Lamy <olamy@apache.org> | 2012-10-27 18:21:32 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-10-27 18:21:32 +0000 |
commit | 1d17c3104eac78427ed6906abb826d219d5c1f6d (patch) | |
tree | d459b7ef476e73a27bb221be11c96145e2ed1882 /archiva-modules/pom.xml | |
parent | ddecd82513c3dcd53b9cdc9c16958049ef8f8d9c (diff) | |
download | archiva-1d17c3104eac78427ed6906abb826d219d5c1f6d.tar.gz archiva-1d17c3104eac78427ed6906abb826d219d5c1f6d.zip |
do not inherit checkstyle report.
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1402834 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/pom.xml')
-rw-r--r-- | archiva-modules/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archiva-modules/pom.xml b/archiva-modules/pom.xml index 1a0f1156e..001a8c35a 100644 --- a/archiva-modules/pom.xml +++ b/archiva-modules/pom.xml @@ -76,6 +76,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <version>${checkstyleVersion}</version> + <inherited>false</inherited> <configuration> <includeTestSourceDirectory>true</includeTestSourceDirectory> <configLocation>config/maven_checks.xml</configLocation> |