1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="https://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
7 * Licensed to the Apache Software Foundation (ASF) under one
8 * or more contributor license agreements. See the NOTICE file
9 * distributed with this work for additional information
10 * regarding copyright ownership. The ASF licenses this file
11 * to you under the Apache License, Version 2.0 (the
12 * "License"); you may not use this file except in compliance
13 * with the License. You may obtain a copy of the License at
15 * http://www.apache.org/licenses/LICENSE-2.0
17 * Unless required by applicable law or agreed to in writing, software
18 * distributed under the License is distributed on an "AS IS" BASIS,
19 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20 * See the License for the specific language governing permissions and
21 * limitations under the License.
24 <modelVersion>4.0.0</modelVersion>
25 <groupId>org.apache.hbase</groupId>
26 <artifactId>hbase-checkstyle</artifactId>
27 <version>2.4.9-SNAPSHOT</version>
28 <name>Apache HBase - Checkstyle</name>
29 <description>Module to hold Checkstyle properties for HBase.</description>
33 <artifactId>hbase</artifactId>
34 <groupId>org.apache.hbase</groupId>
35 <version>2.4.9-SNAPSHOT</version>
36 <relativePath>..</relativePath>
43 <groupId>org.apache.maven.plugins</groupId>
44 <artifactId>maven-site-plugin</artifactId>
50 <!--Make it so assembly:single does nothing in here-->
51 <artifactId>maven-assembly-plugin</artifactId>
53 <skipAssembly>true</skipAssembly>