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 <artifactId>hbase-checkstyle</artifactId>
26 <version>3.0.0-SNAPSHOT</version>
27 <name>Apache HBase - Checkstyle</name>
28 <description>Module to hold Checkstyle properties for HBase.</description>
32 <artifactId>hbase</artifactId>
33 <groupId>org.apache.hbase</groupId>
34 <version>3.0.0-SNAPSHOT</version>
35 <relativePath>..</relativePath>
42 <groupId>org.apache.maven.plugins</groupId>
43 <artifactId>maven-site-plugin</artifactId>
49 <!--Make it so assembly:single does nothing in here-->
50 <artifactId>maven-assembly-plugin</artifactId>
52 <skipAssembly>true</skipAssembly>