HBASE-23977 : Resolve flakes present in TestSlowLogRecorder (ADDENDUM)
[hbase.git] / hbase-checkstyle / pom.xml
blob021d22f8ce023b05885d6f3869e82218b42236f2
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 <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>
29 <!--REMOVE-->
31   <parent>
32     <artifactId>hbase</artifactId>
33     <groupId>org.apache.hbase</groupId>
34     <version>3.0.0-SNAPSHOT</version>
35     <relativePath>..</relativePath>
36   </parent>
38 <build>
39   <plugins>
41     <plugin>
42       <groupId>org.apache.maven.plugins</groupId>
43       <artifactId>maven-site-plugin</artifactId>
44       <configuration>
45         <skip>true</skip>
46       </configuration>
47     </plugin>
48     <plugin>
49       <!--Make it so assembly:single does nothing in here-->
50       <artifactId>maven-assembly-plugin</artifactId>
51       <configuration>
52         <skipAssembly>true</skipAssembly>
53       </configuration>
54     </plugin>
55   </plugins>
56 </build>
57 </project>