2 <project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
5 * Licensed to the Apache Software Foundation (ASF) under one
6 * or more contributor license agreements. See the NOTICE file
7 * distributed with this work for additional information
8 * regarding copyright ownership. The ASF licenses this file
9 * to you under the Apache License, Version 2.0 (the
10 * "License"); you may not use this file except in compliance
11 * with the License. You may obtain a copy of the License at
13 * http://www.apache.org/licenses/LICENSE-2.0
15 * Unless required by applicable law or agreed to in writing, software
16 * distributed under the License is distributed on an "AS IS" BASIS,
17 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 * See the License for the specific language governing permissions and
19 * limitations under the License.
22 <modelVersion>4.0.0</modelVersion>
24 <artifactId>hbase-build-configuration</artifactId>
25 <groupId>org.apache.hbase</groupId>
26 <version>2.4.3-SNAPSHOT</version>
27 <relativePath>../hbase-build-configuration</relativePath>
30 <artifactId>hbase-resource-bundle</artifactId>
31 <name>Apache HBase - Resource Bundle</name>
32 <description>licensing info for use when bundling works</description>
35 <!-- Don't make a test-jar -->
36 <maven.test.skip>true</maven.test.skip>
38 <!-- hack until we break things out into a project pom and parent pom -->
43 <!--Make it so assembly:single does nothing in here-->
44 <artifactId>maven-assembly-plugin</artifactId>
46 <skipAssembly>true</skipAssembly>
50 <groupId>org.apache.maven.plugins</groupId>
51 <artifactId>maven-remote-resources-plugin</artifactId>
54 <id>build-hbase-resource-bundle</id>
60 <include>META-INF/LICENSE.vm</include>
61 <include>META-INF/NOTICE.vm</include>