From 4acbd256984e30c4ba2c8cec54381bb01b78690b Mon Sep 17 00:00:00 2001 From: Cheolsoo Park Date: Wed, 12 Dec 2012 14:40:53 -0800 Subject: [PATCH] SQOOP-757: Disable maven reports project wise (Jarek Jarcec Cecho via Cheolsoo Park) --- docs/pom.xml | 10 ---------- pom.xml | 14 +++++++++++++- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/docs/pom.xml b/docs/pom.xml index c519f3fc..f49ae7ec 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -34,16 +34,6 @@ limitations under the License. - - org.apache.maven.plugins - maven-project-info-reports-plugin - 2.4 - - - - - - org.tomdz.maven sphinx-maven-plugin diff --git a/pom.xml b/pom.xml index 5a188221..23119346 100644 --- a/pom.xml +++ b/pom.xml @@ -361,12 +361,24 @@ limitations under the License. - + org.codehaus.mojo cobertura-maven-plugin 2.5.2 + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.4 + + + + + +