1 <?xml version="1.0" encoding="UTF-8"?>
4 * Licensed to the Apache Software Foundation (ASF) under one
5 * or more contributor license agreements. See the NOTICE file
6 * distributed with this work for additional information
7 * regarding copyright ownership. The ASF licenses this file
8 * to you under the Apache License, Version 2.0 (the
9 * "License"); you may not use this file except in compliance
10 * with the License. You may obtain a copy of the License at
12 * http://www.apache.org/licenses/LICENSE-2.0
14 * Unless required by applicable law or agreed to in writing, software
15 * distributed under the License is distributed on an "AS IS" BASIS,
16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 * See the License for the specific language governing permissions and
18 * limitations under the License.
22 <project xmlns="http://maven.apache.org/DECORATION/1.0.0"
23 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24 xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
26 <!-- We tried to get some changes to the fluido-skin committed upstream
27 but with little success. This is a custom artifact that contains
28 some commits over the official maven-fluido-skin 1.4 release. The
29 actual code is available at:
30 https://github.com/joshelser/maven-fluido-skin/tree/1.4-HBase-patched.
31 The hope is that we can get these fixes included upstream and
32 remove the need for this custom fork. This is published to
33 my end-user's GAV for ease of releasing this to maven central
34 until the upstream update happens and is released.
35 See HBASE-14785 and HBASE-21005 for more info. -->
36 <groupId>com.github.joshelser</groupId>
37 <artifactId>maven-fluido-skin</artifactId>
38 <version>1.7.1-HBase</version>
42 <topBarEnabled>true</topBarEnabled>
43 <sideBarEnabled>false</sideBarEnabled>
45 <!-- The ID of the Google custom search engine to use.
46 This one searches hbase.apache.org, issues.apache.org/browse/HBASE-*,
47 and user and dev mailing list archives. -->
48 <customSearch>000385458301414556862:sq1bb0xugjg</customSearch>
50 <sourceLineNumbersEnabled>false</sourceLineNumbersEnabled>
51 <skipGenerationDate>true</skipGenerationDate>
52 <breadcrumbDivider>»</breadcrumbDivider>
66 <name>Apache HBase</name>
67 <src>images/hbase_logo_with_orca_large.png</src>
68 <href>http://hbase.apache.org/</href>
70 <publishDate position="bottom"/>
71 <version position="none"/>
74 <![CDATA[<meta name="viewport" content="width=device-width, initial-scale=1.0"></meta>
75 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.2/css/bootstrap-responsive.min.css"/>
76 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.9.1/styles/github.min.css"/>
77 <link rel="stylesheet" href="css/site.css"/>
78 <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.9.1/highlight.min.js"></script>]]>
80 <menu name="Apache HBase Project">
81 <item name="Overview" href="index.html"/>
82 <item name="License" href="licenses.html"/>
83 <item name="Downloads" href="http://www.apache.org/dyn/closer.cgi/hbase/"/>
84 <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" />
85 <item name="Code Of Conduct" href="coc.html"/>
86 <item name="Blog" href="http://blogs.apache.org/hbase/"/>
87 <item name="Mailing Lists" href="mailing-lists.html"/>
88 <item name="Team" href="team.html"/>
89 <item name="ReviewBoard" href="https://reviews.apache.org/"/>
90 <item name="Thanks" href="sponsors.html"/>
91 <item name="Powered by HBase" href="poweredbyhbase.html"/>
92 <item name="Other resources" href="resources.html"/>
94 <menu name="Project Information">
95 <item name="Project Summary" href="summary.html"/>
96 <item name="Dependency Information" href="dependency-info.html"/>
97 <item name="Source Repository" href="scm.html"/>
98 <item name="Issue Tracking" href="issue-management.html"/>
99 <item name="Dependency Management" href="dependency-management.html"/>
100 <item name="Dependencies" href="dependencies.html"/>
101 <item name="Dependency Convergence" href="dependency-convergence.html"/>
102 <item name="Plugin Management" href="plugin-management.html"/>
103 <item name="Plugins" href="plugins.html"/>
105 <menu name="Documentation and API">
106 <item name="Reference Guide" href="book.html" target="_blank" />
107 <item name="Reference Guide (PDF)" href="apache_hbase_reference_guide.pdf" target="_blank" />
108 <item name="Getting Started" href="book.html#quickstart" target="_blank" />
109 <item name="User API" href="apidocs/index.html" target="_blank" />
110 <item name="User API (Test)" href="testapidocs/index.html" target="_blank" />
111 <item name="Developer API" href="https://hbase.apache.org/2.0/devapidocs/index.html" target="_blank" />
112 <item name="Developer API (Test)" href="https://hbase.apache.org/2.0/testdevapidocs/index.html" target="_blank" />
113 <item name="中文参考指南(单页)" href="http://abloz.com/hbase/book.html" target="_blank" />
114 <item name="FAQ" href="book.html#faq" target="_blank" />
115 <item name="Videos/Presentations" href="book.html#other.info" target="_blank" />
116 <item name="Wiki" href="http://wiki.apache.org/hadoop/Hbase" target="_blank" />
117 <item name="ACID Semantics" href="acid-semantics.html" target="_blank" />
118 <item name="Bulk Loads" href="book.html#arch.bulk.load" target="_blank" />
119 <item name="Metrics" href="metrics.html" target="_blank" />
120 <item name="HBase on Windows" href="cygwin.html" target="_blank" />
121 <item name="Cluster replication" href="book.html#replication" target="_blank" />
122 <item name="1.2 Documentation">
123 <item name="API" href="1.2/apidocs/index.html" target="_blank" />
124 <item name="X-Ref" href="1.2/xref/index.html" target="_blank" />
125 <item name="Ref Guide (single-page)" href="1.2/book.html" target="_blank" />
127 <item name="1.1 Documentation">
128 <item name="API" href="1.1/apidocs/index.html" target="_blank" />
129 <item name="X-Ref" href="1.1/xref/index.html" target="_blank" />
130 <item name="Ref Guide (single-page)" href="1.1/book.html" target="_blank" />
134 <item name="Apache Software Foundation" href="http://www.apache.org/foundation/" target="_blank" />
135 <item name="How Apache Works" href="http://www.apache.org/foundation/how-it-works.html" target="_blank" />
136 <item name="Sponsoring Apache" href="http://www.apache.org/foundation/sponsorship.html" target="_blank" />