Repository: hbase Updated Branches: refs/heads/master b42b74786 -> 2b529f652
HBASE-11946 Fix a change to the POM that broke building apidocs and xrefs Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/2b529f65 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/2b529f65 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/2b529f65 Branch: refs/heads/master Commit: 2b529f652aeac7ebb61787eede46b3f58062f781 Parents: b42b747 Author: Misty Stanley-Jones <[email protected]> Authored: Fri Sep 12 10:09:25 2014 +1000 Committer: Misty Stanley-Jones <[email protected]> Committed: Fri Sep 12 10:09:25 2014 +1000 ---------------------------------------------------------------------- pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/2b529f65/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3fbd4af..f36286c 100644 --- a/pom.xml +++ b/pom.xml @@ -1896,7 +1896,7 @@ <dependencyLocationsEnabled>false</dependencyLocationsEnabled> </configuration> </plugin> - <!-- + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jxr-plugin</artifactId> @@ -1955,8 +1955,7 @@ </configuration> </reportSet> </reportSets> - </plugin> - --> + </plugin> </plugins> </reporting>
