From 78b8aa9c984499c702983276fa1778e9830a968b Mon Sep 17 00:00:00 2001 From: Markus Weimer Date: Tue, 2 Dec 2014 16:51:10 -0800 Subject: [PATCH] [REEF-56]: Removed the shaded and test jar creation in reef-tests The prior addition of the `-test-jar-with-dependencies` replaces both of them. Hence, their creation has become redundant JIRA: [REEF-56]: https://issues.apache.org/jira/browse/REEF-56 --- reef-tests/pom.xml | 42 ------------------------------------------ 1 file changed, 42 deletions(-) diff --git a/reef-tests/pom.xml b/reef-tests/pom.xml index 533ed8d8f4..7f95a40623 100644 --- a/reef-tests/pom.xml +++ b/reef-tests/pom.xml @@ -72,17 +72,6 @@ under the License. - - org.apache.maven.plugins - maven-jar-plugin - - - - test-jar - - - - org.apache.maven.plugins maven-assembly-plugin @@ -100,37 +89,6 @@ under the License. - - - org.apache.maven.plugins - maven-shade-plugin - - - package - - shade - - - - - - - ${project.build.directory}/${project.artifactId}-${project.version}-shaded.jar - - - - *:* - - yarn-default.xml - yarn-version-info.properties - core-default.xml - LICENSE - META-INF/* - - - - -