diff options
author | Olivier Lamy <olamy@apache.org> | 2012-10-26 17:11:58 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-10-26 17:11:58 +0000 |
commit | a08f0487f6d5fd2288df589f471eae800f5b5349 (patch) | |
tree | 222175b6eebe8a7a1519affa3f25ed4c4c62392e /archiva-modules/pom.xml | |
parent | 30ffd9ee14cad99bb72590f18b168cda44d5c02e (diff) | |
download | archiva-a08f0487f6d5fd2288df589f471eae800f5b5349.tar.gz archiva-a08f0487f6d5fd2288df589f471eae800f5b5349.zip |
do not inherit javadoc
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1402580 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/pom.xml')
-rw-r--r-- | archiva-modules/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archiva-modules/pom.xml b/archiva-modules/pom.xml index 9f7dfd6c8..0acc7dca8 100644 --- a/archiva-modules/pom.xml +++ b/archiva-modules/pom.xml @@ -102,6 +102,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>${javadocPluginVersion}</version> + <inherited>false</inherited> <configuration> <source>1.5</source> <links> @@ -135,7 +136,6 @@ </reports> </reportSet> </reportSets> - <!-- <inherited>false</inherited> skygo failing--> </plugin> </plugins> |