hbase git commit: HBASE-17286 Add goal to remote-resources plugin

2017-05-19 Thread elserj
Repository: hbase
Updated Branches:
  refs/heads/branch-1 f9dc4cad6 -> f348caf7f


HBASE-17286 Add goal to remote-resources plugin

With Apache parent pom v12 our remote-resources-plugin execution id was
shadowing the parent declaration, and our configuration would get run to
aggregate LICENSE files correctly. When upgrading to v18, apache changed
the execution id, so our configuration no longer gets used.

Add an explicit goal to our usage of the remote-resources-plugin and
change the name to something more descriptive and less likely to
conflict (either intentionally or not).

Signed-off-by: Josh Elser 


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

Branch: refs/heads/branch-1
Commit: f348caf7fe5db2d6630f55c6859f5829a9d7a8ea
Parents: f9dc4ca
Author: Mike Drob 
Authored: Thu May 18 15:19:21 2017 -0700
Committer: Josh Elser 
Committed: Fri May 19 13:29:15 2017 -0400

--
 hbase-assembly/pom.xml | 5 -
 hbase-shaded/pom.xml   | 5 -
 2 files changed, 8 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/f348caf7/hbase-assembly/pom.xml
--
diff --git a/hbase-assembly/pom.xml b/hbase-assembly/pom.xml
index 8ad1c08..2c78516 100644
--- a/hbase-assembly/pom.xml
+++ b/hbase-assembly/pom.xml
@@ -44,7 +44,10 @@
 1.5
 
   
-default
+aggregate-licenses
+
+  process
+
 
   
 ${build.year}

http://git-wip-us.apache.org/repos/asf/hbase/blob/f348caf7/hbase-shaded/pom.xml
--
diff --git a/hbase-shaded/pom.xml b/hbase-shaded/pom.xml
index 319fddd..2c2613b 100644
--- a/hbase-shaded/pom.xml
+++ b/hbase-shaded/pom.xml
@@ -72,7 +72,10 @@
   1.5
   
 
-  default
+  aggregate-licenses
+  
+process
+  
   
 
   ${build.year}



[01/50] [abbrv] hbase git commit: HBASE-17286 Add goal to remote-resources plugin [Forced Update!]

2017-05-19 Thread elserj
Repository: hbase
Updated Branches:
  refs/heads/HBASE-16961 ee23e85d3 -> 97bfe34af (forced update)


HBASE-17286 Add goal to remote-resources plugin

With Apache parent pom v12 our remote-resources-plugin execution id was
shadowing the parent declaration, and our configuration would get run to
aggregate LICENSE files correctly. When upgrading to v18, apache changed
the execution id, so our configuration no longer gets used.

Add an explicit goal to our usage of the remote-resources-plugin and
change the name to something more descriptive and less likely to
conflict (either intentionally or not).

Signed-off-by: Josh Elser 


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

Branch: refs/heads/HBASE-16961
Commit: 5c728b0f0c84a7a30ae1618e611c5ebd836e04b9
Parents: 3fe4b28
Author: Mike Drob 
Authored: Thu May 18 15:19:21 2017 -0700
Committer: Josh Elser 
Committed: Fri May 19 11:37:49 2017 -0400

--
 hbase-assembly/pom.xml | 5 -
 hbase-shaded/pom.xml   | 5 -
 2 files changed, 8 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/5c728b0f/hbase-assembly/pom.xml
--
diff --git a/hbase-assembly/pom.xml b/hbase-assembly/pom.xml
index 19bf5f0..79d154d 100644
--- a/hbase-assembly/pom.xml
+++ b/hbase-assembly/pom.xml
@@ -44,7 +44,10 @@
 1.5
 
   
-default
+aggregate-licenses
+
+  process
+
 
   
 ${build.year}

http://git-wip-us.apache.org/repos/asf/hbase/blob/5c728b0f/hbase-shaded/pom.xml
--
diff --git a/hbase-shaded/pom.xml b/hbase-shaded/pom.xml
index 10edf42..520eb61 100644
--- a/hbase-shaded/pom.xml
+++ b/hbase-shaded/pom.xml
@@ -72,7 +72,10 @@
   1.5
   
 
-  default
+  aggregate-licenses
+  
+process
+  
   
 
   ${build.year}



hbase git commit: HBASE-17286 Add goal to remote-resources plugin

2017-05-19 Thread elserj
Repository: hbase
Updated Branches:
  refs/heads/master 3fe4b28bb -> 5c728b0f0


HBASE-17286 Add goal to remote-resources plugin

With Apache parent pom v12 our remote-resources-plugin execution id was
shadowing the parent declaration, and our configuration would get run to
aggregate LICENSE files correctly. When upgrading to v18, apache changed
the execution id, so our configuration no longer gets used.

Add an explicit goal to our usage of the remote-resources-plugin and
change the name to something more descriptive and less likely to
conflict (either intentionally or not).

Signed-off-by: Josh Elser 


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

Branch: refs/heads/master
Commit: 5c728b0f0c84a7a30ae1618e611c5ebd836e04b9
Parents: 3fe4b28
Author: Mike Drob 
Authored: Thu May 18 15:19:21 2017 -0700
Committer: Josh Elser 
Committed: Fri May 19 11:37:49 2017 -0400

--
 hbase-assembly/pom.xml | 5 -
 hbase-shaded/pom.xml   | 5 -
 2 files changed, 8 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/5c728b0f/hbase-assembly/pom.xml
--
diff --git a/hbase-assembly/pom.xml b/hbase-assembly/pom.xml
index 19bf5f0..79d154d 100644
--- a/hbase-assembly/pom.xml
+++ b/hbase-assembly/pom.xml
@@ -44,7 +44,10 @@
 1.5
 
   
-default
+aggregate-licenses
+
+  process
+
 
   
 ${build.year}

http://git-wip-us.apache.org/repos/asf/hbase/blob/5c728b0f/hbase-shaded/pom.xml
--
diff --git a/hbase-shaded/pom.xml b/hbase-shaded/pom.xml
index 10edf42..520eb61 100644
--- a/hbase-shaded/pom.xml
+++ b/hbase-shaded/pom.xml
@@ -72,7 +72,10 @@
   1.5
   
 
-  default
+  aggregate-licenses
+  
+process
+  
   
 
   ${build.year}