HBASE-11946 Fix a change to the POM that broke building apidocs and xrefs

This commit is contained in:
Misty Stanley-Jones 2014-09-12 10:09:25 +10:00
parent b42b747869
commit 2b529f652a
1 changed files with 2 additions and 3 deletions

View File

@ -1896,7 +1896,7 @@
<dependencyLocationsEnabled>false</dependencyLocationsEnabled> <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
</configuration> </configuration>
</plugin> </plugin>
<!--
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId> <artifactId>maven-jxr-plugin</artifactId>
@ -1955,8 +1955,7 @@
</configuration> </configuration>
</reportSet> </reportSet>
</reportSets> </reportSets>
</plugin> </plugin>
-->
</plugins> </plugins>
</reporting> </reporting>