From 1eaf05cacf35ebdf8e716eb84f0d5d0c051b3398 Mon Sep 17 00:00:00 2001 From: mruddy Date: Sun, 28 Feb 2016 11:22:11 -0500 Subject: [PATCH] Fix core module build failures caused by Maven surefire plugin running JUnit classes. This removes pull-tester (BitcoindComparisonTool) from the build. If anyone is missing it, we should add it back in the tools sub-project. --- core/pom.xml | 73 ---------------------------------------------------- 1 file changed, 73 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index c5ea6953..7d9d09be 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -197,7 +197,6 @@ net.jcip:jcip-annotations:1.0:jar:null:compile:afba4942caaeaf46aab0b976afd57cc7c181467e org.apache.maven.plugins:maven-clean-plugin:2.6.1:maven-plugin:null:runtime:bfdf7d6c2f8fc8759457e9d54f458ba56ac7b30f org.apache.maven.plugins:maven-compiler-plugin:3.2:maven-plugin:null:runtime:aec10f274ac07fafab8906cb1aa69669d753b2c2 - org.apache.maven.plugins:maven-dependency-plugin:2.10:maven-plugin:null:runtime:af87ceeb71c6499147c5d27f74c9317bf707538e org.apache.maven.plugins:maven-deploy-plugin:2.8.2:maven-plugin:null:runtime:3c2d83ecd387e9843142ae92a0439792c1500319 org.apache.maven.plugins:maven-enforcer-plugin:1.0:maven-plugin:null:runtime:ad032b7593576e9fe9305c73865633e163895b29 org.apache.maven.plugins:maven-install-plugin:2.5.2:maven-plugin:null:runtime:8a67631619fc3c1d1f036e59362ddce71e1e496f @@ -338,78 +337,6 @@ coveralls-maven-plugin 3.1.0 - - - - org.apache.maven.plugins - maven-dependency-plugin - - - unzip-lib - package - - unpack - - - false - false - true - - - target/test-classes/ - org.bitcoinj - bitcoinj-core - ${project.version} - - - - - - unzip-deps - package - - unpack-dependencies - - - target/test-classes/ - false - false - true - - - - - - org.apache.maven.plugins - maven-jar-plugin - - - package - - test-jar - - - - - org.bitcoinj.core.BitcoindComparisonTool - false - - - pull - - META-INF/*.SF - META-INF/*.DSA - META-INF/*.RSA - - - - -