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 2017/06/21 03:44:23 UTC

hbase-thirdparty git commit: Fix packaging to be jar instead of pom (its default). Remove mention of jar plugin. Its in the master mvn pom

Repository: hbase-thirdparty
Updated Branches:
  refs/heads/Master [created] 0b66433c7


Fix packaging to be jar instead of pom (its default). Remove mention of jar plugin. Its in the master mvn pom


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

Branch: refs/heads/Master
Commit: 0b66433c70f704601de82ef61b6337acba7b55d8
Parents: 319e3e2
Author: Michael Stack <st...@apache.org>
Authored: Tue Jun 20 20:44:14 2017 -0700
Committer: Michael Stack <st...@apache.org>
Committed: Tue Jun 20 20:44:14 2017 -0700

----------------------------------------------------------------------
 pom.xml | 17 -----------------
 1 file changed, 17 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase-thirdparty/blob/0b66433c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 066b907..b3498be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,6 @@
   </parent>
   <groupId>org.apache.hbase.thirdparty</groupId>
   <artifactId>hbase-thirdparty-shaded</artifactId>
-  <packaging>pom</packaging>
   <version>1.0.0-SNAPSHOT</version>
   <name>Apache HBase Relocated Third-party Libraries</name>
   <description>
@@ -121,22 +120,6 @@
         <version>1.5</version>
       </plugin>
       <plugin>
-        <!--Shade wants a jar to replace though the jar has nothing in it-->
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <version>3.0.2</version>
-        <executions>
-          <execution>
-            <phase>prepare-package</phase>
-            <goals>
-              <goal>jar</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-        </configuration>
-      </plugin>
-      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-shade-plugin</artifactId>
         <version>3.0.0</version>