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 2016/10/03 21:01:49 UTC

hbase git commit: Fixup for top-level pom to stop inclusion of already-built jars

Repository: hbase
Updated Branches:
  refs/heads/HBASE-16264 e8fa6f5d5 -> 4f82db4b5


Fixup for top-level pom to stop inclusion of already-built jars


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

Branch: refs/heads/HBASE-16264
Commit: 4f82db4b5113b04bec8a99a6eb346ef15e7d084b
Parents: e8fa6f5
Author: stack <st...@apache.org>
Authored: Mon Oct 3 14:01:41 2016 -0700
Committer: stack <st...@apache.org>
Committed: Mon Oct 3 14:01:41 2016 -0700

----------------------------------------------------------------------
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/4f82db4b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 320486d..2d341c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -662,6 +662,10 @@
               <exclude>log4j.properties</exclude>
               <exclude>mapred-queues.xml</exclude>
               <exclude>mapred-site.xml</exclude>
+              <!--I was seeing this w/o the below addition:
+                   [ERROR] Failed to execute goal org.apache.maven.plugins:maven-jar-plugin:2.4:jar (default-jar) on project hbase-protocol-shaded: Error assembling JAR: A zip file cannot include itself -> [Help 1]
+                -->
+              <exclude>*.jar</exclude>
             </excludes>
           </configuration>
         </plugin>