From 5e33d7afd25a76e268f77ccc8c2acd6ba099a25d Mon Sep 17 00:00:00 2001 From: "n.fraison" Date: Sun, 25 Sep 2016 20:06:41 +0200 Subject: [PATCH] Remove twice call to test-jar goal This make the deploy to nexus failed because it tries to upload to times the tests jar --- network/common/pom.xml | 4 ++-- sql/catalyst/pom.xml | 4 ++-- streaming/pom.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/network/common/pom.xml b/network/common/pom.xml index 7f7070a74175a..07ef0c0e294d4 100644 --- a/network/common/pom.xml +++ b/network/common/pom.xml @@ -90,7 +90,7 @@ target/scala-${scala.binary.version}/test-classes - + diff --git a/sql/catalyst/pom.xml b/sql/catalyst/pom.xml index facd02c136e47..9c33006dd4c94 100644 --- a/sql/catalyst/pom.xml +++ b/sql/catalyst/pom.xml @@ -85,7 +85,7 @@ causes the compilation to fail if catalyst test-jar is not generated. Hence, the second execution profile for 'mvn test-compile'. --> - + diff --git a/streaming/pom.xml b/streaming/pom.xml index 65495acdfefaf..0d5c862ebdf3f 100644 --- a/streaming/pom.xml +++ b/streaming/pom.xml @@ -106,9 +106,9 @@ org.apache.maven.plugins maven-shade-plugin - +