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 @@ - 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 + + + +