Repository: maven-indexer Updated Branches: refs/heads/master 645ba73f8 -> fb50105a0
improved javadoc configuration Project: http://git-wip-us.apache.org/repos/asf/maven-indexer/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-indexer/commit/fb50105a Tree: http://git-wip-us.apache.org/repos/asf/maven-indexer/tree/fb50105a Diff: http://git-wip-us.apache.org/repos/asf/maven-indexer/diff/fb50105a Branch: refs/heads/master Commit: fb50105a0b6c8561917e0f1866ab36b52824839a Parents: 645ba73 Author: Hervé Boutemy <hbout...@apache.org> Authored: Sun Jun 29 09:37:50 2014 +0200 Committer: Hervé Boutemy <hbout...@apache.org> Committed: Sun Jun 29 09:37:50 2014 +0200 ---------------------------------------------------------------------- pom.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-indexer/blob/fb50105a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f05e41d..ae6dca8 100644 --- a/pom.xml +++ b/pom.xml @@ -497,12 +497,23 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> + <configuration> + <groups> + <group> + <title>Indexer core</title> + <packages>org.apache.maven.index*</packages> + </group> + <group> + <title>Indexer CLI</title> + <packages>org.apache.maven.index.cli*</packages> + </group> + </groups> + </configuration> <reportSets> <reportSet> <inherited>false</inherited> <reports> <report>aggregate</report> - <report>test-javadoc</report> </reports> </reportSet> </reportSets>