You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2015/08/11 04:03:00 UTC

hbase git commit: HBASE-14199 maven-remote-resources-plugin failure processing NOTICE.vm in hbase-assembly

Repository: hbase
Updated Branches:
  refs/heads/0.98 f0e954a4d -> a9a758295


HBASE-14199 maven-remote-resources-plugin failure processing NOTICE.vm in hbase-assembly

For 0.98 when compiling against the Hadoop 1 profile we need a
supplemental model for org.apache.hadoop:hadoop-core.


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/a9a75829
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/a9a75829
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/a9a75829

Branch: refs/heads/0.98
Commit: a9a7582958f6a9aee711b9a264d89669baa390bf
Parents: f0e954a
Author: Andrew Purtell <ap...@apache.org>
Authored: Mon Aug 10 18:46:56 2015 -0700
Committer: Andrew Purtell <ap...@apache.org>
Committed: Mon Aug 10 19:00:49 2015 -0700

----------------------------------------------------------------------
 .../src/main/resources/supplemental-models.xml    | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/a9a75829/hbase-resource-bundle/src/main/resources/supplemental-models.xml
----------------------------------------------------------------------
diff --git a/hbase-resource-bundle/src/main/resources/supplemental-models.xml b/hbase-resource-bundle/src/main/resources/supplemental-models.xml
index 6679d99..ae9090a 100644
--- a/hbase-resource-bundle/src/main/resources/supplemental-models.xml
+++ b/hbase-resource-bundle/src/main/resources/supplemental-models.xml
@@ -61,6 +61,24 @@ under the License.
       </licenses>
     </project>
   </supplement>
+  <supplement>
+    <project>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-core</artifactId>
+
+      <organization>
+        <name>The Apache Software Foundation</name>
+        <url>http://www.apache.org/</url>
+      </organization>
+      <licenses>
+        <license>
+          <name>The Apache Software License, Version 2.0</name>
+          <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+          <distribution>repo</distribution>
+        </license>
+      </licenses>
+    </project>
+  </supplement>
 <!-- Artifacts with ambiguously named licenses in POM -->
   <supplement>
     <project>