HBASE-14603 addendum -- distribution management report and clause in the POM is crashing the build -- removed them
This commit is contained in:
parent
3f385c2e24
commit
098022ef70
28
pom.xml
28
pom.xml
|
@ -2749,20 +2749,20 @@
|
|||
<reportSets>
|
||||
<reportSet>
|
||||
<reports>
|
||||
<report>index</report>
|
||||
<report>project-team</report>
|
||||
<report>mailing-list</report>
|
||||
<report>cim</report>
|
||||
<report>dependencies</report>
|
||||
<report>dependency-convergence</report>
|
||||
<report>dependency-info</report>
|
||||
<report>dependency-management</report>
|
||||
<report>index</report>
|
||||
<report>issue-tracking</report>
|
||||
<report>license</report>
|
||||
<report>scm</report>
|
||||
<report>cim</report>
|
||||
<report>dependency-info</report>
|
||||
<report>dependency-convergence</report>
|
||||
<report>distribution-management</report>
|
||||
<report>modules</report>
|
||||
<report>mailing-list</report>
|
||||
<report>plugin-management</report>
|
||||
<report>plugins</report>
|
||||
<report>project-team</report>
|
||||
<report>scm</report>
|
||||
<report>summary</report>
|
||||
</reports>
|
||||
</reportSet>
|
||||
</reportSets>
|
||||
|
@ -3007,14 +3007,4 @@
|
|||
|
||||
</plugins>
|
||||
</reporting>
|
||||
<distributionManagement>
|
||||
<site>
|
||||
<id>hbase.apache.org</id>
|
||||
<name>HBase Website at hbase.apache.org</name>
|
||||
<!-- On why this is the tmp dir and not hbase.apache.org, see
|
||||
https://issues.apache.org/jira/browse/HBASE-7593?focusedCommentId=13555866&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13555866
|
||||
-->
|
||||
<url>file:///tmp</url>
|
||||
</site>
|
||||
</distributionManagement>
|
||||
</project>
|
||||
|
|
|
@ -55,15 +55,30 @@
|
|||
<item name="Downloads" href="http://www.apache.org/dyn/closer.cgi/hbase/"/>
|
||||
<item name="Release Notes" href="https://issues.apache.org/jira/browse/HBASE?report=com.atlassian.jira.plugin.system.project:changelog-panel#selectedTab=com.atlassian.jira.plugin.system.project%3Achangelog-panel" />
|
||||
<item name="Code Of Conduct" href="coc.html"/>
|
||||
<item name="Issue Tracking" href="issue-tracking.html"/>
|
||||
<item name="Mailing Lists" href="mail-lists.html"/>
|
||||
<item name="Blog" href="http://blogs.apache.org/hbase/"/>
|
||||
<item name="Mailing Lists" href="mail-lists.html"/>
|
||||
<item name="Team" href="team-list.html"/>
|
||||
<item name="ReviewBoard" href="https://reviews.apache.org"/>
|
||||
<item name="Thanks" href="sponsors.html"/>
|
||||
<item name="Powered by HBase" href="poweredbyhbase.html"/>
|
||||
<item name="Other resources" href="resources.html"/>
|
||||
</menu>
|
||||
<menu name="Project Information">
|
||||
<item name="About" href="index.html"/>
|
||||
<item name="Project Summary" href="project-summary.html"/>
|
||||
<item name="Dependency Information" href="dependency-info.html"/>
|
||||
<item name="Team" href="team-list.html"/>
|
||||
<item name="Source Repository" href="source-repository.html"/>
|
||||
<item name="Issue Tracking" href="issue-tracking.html"/>
|
||||
<item name="License" href="license.html"/>
|
||||
<item name="Mailing Lists" href="mail-lists.html"/>
|
||||
<item name="Dependency Management" href="dependency-management.html"/>
|
||||
<item name="Dependencies" href="dependencies.html"/>
|
||||
<item name="Dependency Convergence" href="dependency-convergence.html"/>
|
||||
<item name="Continuous Integration" href="integration.html"/>
|
||||
<item name="Plugin Management" href="plugin-management.html"/>
|
||||
<item name="Plugins" href="plugins.html"/>
|
||||
</menu>
|
||||
<menu name="Documentation and API">
|
||||
<item name="Reference Guide" href="book.html" target="_blank" />
|
||||
<item name="Reference Guide (PDF)" href="apache_hbase_reference_guide.pdf" target="_blank" />
|
||||
|
@ -89,17 +104,6 @@
|
|||
<item name="X-Ref" href="0.94/xref/index.html" target="_blank" />
|
||||
<item name="Ref Guide (single-page)" href="0.94/book.html" target="_blank" />
|
||||
</menu>
|
||||
<menu name="Project Reports">
|
||||
<item name="Continuous Integration" href="integration.html"/>
|
||||
<item name="Dependencies" href="dependency-info.html"/>
|
||||
<item name="Dependency Convergence" href="dependency-convergence.html"/>
|
||||
<item name="Dependency Management" href="dependency-management.html"/>
|
||||
<item name="Distribution Management" href="distribution-management.html"/>
|
||||
<item name="Modules" href="modules.html"/>
|
||||
<item name="Plugin Management" href="plugin-management.html"/>
|
||||
<item name="Plugins" href="plugins.html"/>
|
||||
<item name="Source Repository" href="source-repository.html"/>
|
||||
</menu>
|
||||
<menu name="ASF">
|
||||
<item name="Apache Software Foundation" href="http://www.apache.org/foundation/" target="_blank" />
|
||||
<item name="How Apache Works" href="http://www.apache.org/foundation/how-it-works.html" target="_blank" />
|
||||
|
|
Loading…
Reference in New Issue