You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2019/09/10 15:57:22 UTC

[hbase-operator-tools] branch HBASE-23002 updated: Feedback on HBASE-23002 from Peter Somogyi

This is an automated email from the ASF dual-hosted git repository.

stack pushed a commit to branch HBASE-23002
in repository https://gitbox.apache.org/repos/asf/hbase-operator-tools.git


The following commit(s) were added to refs/heads/HBASE-23002 by this push:
     new 14bf7c8  Feedback on HBASE-23002 from Peter Somogyi
14bf7c8 is described below

commit 14bf7c804e1ba30ae7bc521abd9b2f6be68dfb38
Author: stack <st...@apache.org>
AuthorDate: Tue Sep 10 08:56:59 2019 -0700

    Feedback on HBASE-23002 from Peter Somogyi
---
 .../pom.xml                                          |  2 +-
 .../src/main/assembly/bin.xml                        | 20 ++++++++++++++++++++
 pom.xml                                              |  2 +-
 3 files changed, 22 insertions(+), 2 deletions(-)

diff --git a/hbase-assembly/pom.xml b/hbase-operator-tools-assembly/pom.xml
similarity index 97%
rename from hbase-assembly/pom.xml
rename to hbase-operator-tools-assembly/pom.xml
index 73ae099..4715d91 100644
--- a/hbase-assembly/pom.xml
+++ b/hbase-operator-tools-assembly/pom.xml
@@ -26,7 +26,7 @@
     <version>1.0.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
-  <artifactId>hbase-assembly</artifactId>
+  <artifactId>hbase-operator-tools-assembly</artifactId>
   <name>Apache HBase Operator Tools - Assembly</name>
   <description>
         Module that does hbase-operator-tools assembly and that is all that it does.
diff --git a/hbase-assembly/src/main/assembly/bin.xml b/hbase-operator-tools-assembly/src/main/assembly/bin.xml
similarity index 59%
rename from hbase-assembly/src/main/assembly/bin.xml
rename to hbase-operator-tools-assembly/src/main/assembly/bin.xml
index 430c98f..de679c6 100644
--- a/hbase-assembly/src/main/assembly/bin.xml
+++ b/hbase-operator-tools-assembly/src/main/assembly/bin.xml
@@ -1,6 +1,26 @@
+<?xml version="1.0"?>
 <assembly xmlns="http://maven.apache.org/ASSEMBLY/2.0.0"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.0.0 http://maven.apache.org/xsd/assembly-2.0.0.xsd">
+  <!--
+    /**
+     * Licensed to the Apache Software Foundation (ASF) under one
+     * or more contributor license agreements.  See the NOTICE file
+     * distributed with this work for additional information
+     * regarding copyright ownership.  The ASF licenses this file
+     * to you under the Apache License, Version 2.0 (the
+     * "License"); you may not use this file except in compliance
+     * with the License.  You may obtain a copy of the License at
+     *
+     *     http://www.apache.org/licenses/LICENSE-2.0
+     *
+     * Unless required by applicable law or agreed to in writing, software
+     * distributed under the License is distributed on an "AS IS" BASIS,
+     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     * See the License for the specific language governing permissions and
+     * limitations under the License.
+     */
+    -->
   <id>bin</id>
   <formats>
     <format>tar.gz</format>
diff --git a/pom.xml b/pom.xml
index 7d14736..504e2d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@
     <module>hbase-hbck2</module>
     <!--Add an assembly module because of http://maven.apache.org/plugins/maven-assembly-plugin/faq.html#module-binaries
          -->
-    <module>hbase-assembly</module>
+    <module>hbase-operator-tools-assembly</module>
   </modules>
   <scm>
     <connection>scm:git:git://gitbox.apache.org/repos/asf/hbase-operator-tools.git</connection>