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/12/03 13:46:17 UTC

[22/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/d17f71de
Tree: http://git-wip-us.apache.org/repos/asf/incubator-omid/tree/d17f71de
Diff: http://git-wip-us.apache.org/repos/asf/incubator-omid/diff/d17f71de

Branch: refs/heads/master
Commit: d17f71de6afb89ecfe26ee94a1dceb5a79792b4b
Parents: 17a7083
Author: James Taylor <ja...@apache.org>
Authored: Sat Sep 29 08:40:54 2018 -0700
Committer: Yonatan Gottesman <yo...@gmail.com>
Committed: Tue Nov 13 10:09:13 2018 +0200

----------------------------------------------------------------------
 pom.xml | 86 +-----------------------------------------------------------
 1 file changed, 1 insertion(+), 85 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/d17f71de/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0d8f94e..6a710ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -163,6 +163,7 @@
         <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>
@@ -259,45 +260,6 @@
                     <version>${maven-javadoc-plugin.version}</version>
                 </plugin>
 
-                <!-- ============================================================================================== -->
-                <!-- Code coverage plugins                                                                          -->
-                <!-- ============================================================================================== -->
-
-                <plugin>
-                    <groupId>org.codehaus.mojo</groupId>
-                    <artifactId>cobertura-maven-plugin</artifactId>
-                    <version>${maven-cobertura-plugin.version}</version>
-                    <configuration>
-                        <check>
-                            <haltOnFailure>true</haltOnFailure>
-                            <branchRate>0</branchRate>
-                            <lineRate>0</lineRate>
-                            <totalBranchRate>0</totalBranchRate>
-                            <totalLineRate>0</totalLineRate>
-                            <packageLineRate>0</packageLineRate>
-                            <packageBranchRate>0</packageBranchRate>
-                        </check>
-                        <aggregate>true</aggregate>
-                        <formats>
-                            <format>xml</format>
-                            <format>html</format>
-                        </formats>
-                        <instrumentation>
-                            <excludes>
-                                <exclude>org/apache/omid/proto/*.class</exclude>
-                            </excludes>
-                        </instrumentation>
-                    </configuration>
-                </plugin>
-
-                <!-- Show Coverage reports in https://coveralls.io/ -->
-                <plugin>
-                    <groupId>org.eluder.coveralls</groupId>
-                    <artifactId>coveralls-maven-plugin</artifactId>
-                    <version>${maven-coveralls-plugin.version}</version>
-                </plugin>
-
-
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>findbugs-maven-plugin</artifactId>
@@ -340,31 +302,8 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
             </plugin>
-
-            <plugin>
-                <groupId>org.eluder.coveralls</groupId>
-                <artifactId>coveralls-maven-plugin</artifactId>
-                <configuration>
-                    <repoToken>${COVERALLS_TOKEN}</repoToken>
-                </configuration>
-            </plugin>
-
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>cobertura-maven-plugin</artifactId>
-            </plugin>
-
-
         </plugins>
 
-        <extensions>
-            <extension>
-                <groupId>${harmless.groupId}</groupId>
-                <artifactId>${harmless.artifactId}</artifactId>
-                <version>${harmless.version}</version>
-            </extension>
-        </extensions>
-
     </build>
 
 
@@ -427,22 +366,6 @@
                     </plugin>
 
                     <plugin>
-                        <groupId>org.eluder.coveralls</groupId>
-                        <artifactId>coveralls-maven-plugin</artifactId>
-                        <configuration>
-                            <skip>true</skip>
-                        </configuration>
-                    </plugin>
-
-                    <plugin>
-                        <groupId>org.codehaus.mojo</groupId>
-                        <artifactId>cobertura-maven-plugin</artifactId>
-                        <configuration>
-                            <skip>true</skip>
-                        </configuration>
-                    </plugin>
-
-                    <plugin>
                         <artifactId>maven-source-plugin</artifactId>
                         <executions>
                             <execution>
@@ -531,13 +454,6 @@
                 <artifactId>findbugs-maven-plugin</artifactId>
             </plugin>
 
-            <!-- Required for generating cross references with sources on reports: e.g. line numbers... -->
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-jxr-plugin</artifactId>
-                <version>${maven-jxr-plugin.version}</version>
-            </plugin>
-
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-checkstyle-plugin</artifactId>