Revert "Amend HBASE-25032: Compliation fix for TestRSGroupsKillRS"
[hbase.git] / hbase-checkstyle / pom.xml
blob56a5aa9443a4c8d87972c56fac685a6ba3e3d37f
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">
5   <!--
6 /**
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.
23 -->
24 <modelVersion>4.0.0</modelVersion>
25 <groupId>org.apache.hbase</groupId>
26 <artifactId>hbase-checkstyle</artifactId>
27 <version>2.4.3-SNAPSHOT</version>
28 <name>Apache HBase - Checkstyle</name>
29 <description>Module to hold Checkstyle properties for HBase.</description>
30 <!--REMOVE-->
32   <parent>
33     <artifactId>hbase</artifactId>
34     <groupId>org.apache.hbase</groupId>
35     <version>2.4.3-SNAPSHOT</version>
36     <relativePath>..</relativePath>
37   </parent>
39 <build>
40   <plugins>
42     <plugin>
43       <groupId>org.apache.maven.plugins</groupId>
44       <artifactId>maven-site-plugin</artifactId>
45       <configuration>
46         <skip>true</skip>
47       </configuration>
48     </plugin>
49     <plugin>
50       <!--Make it so assembly:single does nothing in here-->
51       <artifactId>maven-assembly-plugin</artifactId>
52       <configuration>
53         <skipAssembly>true</skipAssembly>
54       </configuration>
55     </plugin>
56   </plugins>
57 </build>
58 </project>