From a46bdec51bedce7b12934c26242ab1bc1b9c7812 Mon Sep 17 00:00:00 2001 From: Alexander Bezzubov Date: Sun, 10 May 2015 17:28:05 +0900 Subject: [PATCH 1/2] ZEPPELIN-69: cobertura-maven-plugin version moved to pluginManagement --- pom.xml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c1b6b94504f..b4f78dfc272 100644 --- a/pom.xml +++ b/pom.xml @@ -888,7 +888,6 @@ org.codehaus.mojo cobertura-maven-plugin - 2.7 html @@ -1098,15 +1097,18 @@ + org.apache.maven.plugins maven-checkstyle-plugin 2.13 + maven-dependency-plugin 2.8 + maven-surefire-plugin 2.17 @@ -1122,16 +1124,24 @@ **/itest/** --> + maven-assembly-plugin 2.4 + org.codehaus.mojo exec-maven-plugin 1.2.1 + + org.codehaus.mojo + cobertura-maven-plugin + 2.7 + + org.apache.maven.plugins maven-clean-plugin @@ -1146,7 +1156,6 @@ - From 4870b6defd4aef0399c7a628932da386c605c244 Mon Sep 17 00:00:00 2001 From: Alexander Bezzubov Date: Sun, 10 May 2015 17:28:44 +0900 Subject: [PATCH 2/2] ZEPPELIN-69: cobertura-maven-plugin disabled for web --- zeppelin-web/pom.xml | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/zeppelin-web/pom.xml b/zeppelin-web/pom.xml index 52e62b8f3dc..4c0d3a81abe 100644 --- a/zeppelin-web/pom.xml +++ b/zeppelin-web/pom.xml @@ -74,6 +74,7 @@ frontend-maven-plugin 0.0.23 + install node and npm @@ -90,10 +91,6 @@ npm - generate-resources - - install - @@ -101,7 +98,6 @@ bower - generate-resources --allow-root install @@ -112,15 +108,33 @@ grunt - generate-resources + --no-color --force - + + + + org.codehaus.mojo + cobertura-maven-plugin + + + cobertura + none + + + +