A few more mods, adding javadocs to site.
Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/bc55d21f Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/bc55d21f Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/bc55d21f Branch: refs/heads/master Commit: bc55d21fba1fa65f7617915054cfcd8aeb59c8f5 Parents: 180f88c Author: Aaron McCurry <[email protected]> Authored: Mon Sep 2 19:08:43 2013 -0400 Committer: Aaron McCurry <[email protected]> Committed: Mon Sep 2 19:08:43 2013 -0400 ---------------------------------------------------------------------- pom.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/bc55d21f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 953d9ce..57701b2 100644 --- a/pom.xml +++ b/pom.xml @@ -39,7 +39,7 @@ under the License. <distributionManagement> <site> - <id>${project.artifactId}-site</id> + <id>${project.artifactId}</id> <url>http://incubator.apache.org/blur</url> </site> <downloadUrl>http://www.apache.org/dist/incubator/blur</downloadUrl> @@ -304,6 +304,19 @@ under the License. </pluginManagement> </build> + <reporting> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <configuration> + <!--stylesheetfile>${basedir}/src/main/javadoc/stylesheet.css</stylesheetfile --> + <show>public</show> + </configuration> + </plugin> + </plugins> + </reporting> + <profiles> <profile> <id>hadoop-1x</id>
