You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@omid.apache.org by yo...@apache.org on 2018/11/13 10:16:18 UTC

[26/50] [abbrv] incubator-omid git commit: Test to see if removing wagon profile fixes build (will revert)

Test to see if removing wagon profile fixes build (will revert)


Project: http://git-wip-us.apache.org/repos/asf/incubator-omid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-omid/commit/788e7ed2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-omid/tree/788e7ed2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-omid/diff/788e7ed2

Branch: refs/heads/1.0.0
Commit: 788e7ed2af9aad21f9dc54bd1069783bcec1a7dd
Parents: 62d1ca0
Author: James Taylor <ja...@apache.org>
Authored: Sat Sep 29 08:57:12 2018 -0700
Committer: Yonatan Gottesman <yo...@gmail.com>
Committed: Tue Nov 13 10:09:13 2018 +0200

----------------------------------------------------------------------
 hbase-coprocessor/pom.xml | 23 -----------------------
 pom.xml                   |  1 -
 2 files changed, 24 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/788e7ed2/hbase-coprocessor/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-coprocessor/pom.xml b/hbase-coprocessor/pom.xml
index 828f454..adf9365 100644
--- a/hbase-coprocessor/pom.xml
+++ b/hbase-coprocessor/pom.xml
@@ -118,29 +118,6 @@
 
         <plugins>
 
-            <plugin>
-                <artifactId>maven-shade-plugin</artifactId>
-                <version>${maven-shade-plugin.version}</version>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                    </execution>
-                </executions>
-                <configuration>
-                    <createDependencyReducedPom>false</createDependencyReducedPom>
-                    <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                    <artifactSet>
-                        <includes>
-                            <include>org.apache.omid:*</include>
-                        </includes>
-                    </artifactSet>
-                    <finalName>omid-hbase-coprocessor-${project.version}</finalName>
-                </configuration>
-            </plugin>
-
             <!-- Disable maven site plugin -->
             <plugin>
                 <artifactId>maven-site-plugin</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/788e7ed2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 705dfa3..974edc8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -163,7 +163,6 @@
         <maven-compiler-plugin.version>3.0</maven-compiler-plugin.version>
         <maven-assembly-plugin.version>2.4</maven-assembly-plugin.version>
         <maven-release-plugin.version>2.3.2</maven-release-plugin.version>
-        <maven-shade-plugin.version>2.4.3</maven-shade-plugin.version>
         <maven-javadoc-plugin.version>2.10.3</maven-javadoc-plugin.version>
         <maven-jar-plugin.version>2.5</maven-jar-plugin.version>
         <maven-surefire-plugin.version>2.19</maven-surefire-plugin.version>