From 84da3fea072ed94e86bb186cea2b6f0bebab289b Mon Sep 17 00:00:00 2001 From: Svjatoslav Agejenko Date: Tue, 13 Jan 2015 08:38:39 +0200 Subject: [PATCH] added reporting plugins --- pom.xml | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/pom.xml b/pom.xml index b449b60..9946b47 100755 --- a/pom.xml +++ b/pom.xml @@ -19,6 +19,30 @@ + + + + + org.codehaus.mojo + cobertura-maven-plugin + 2.6 + + + html + xml + + + + + + org.codehaus.mojo + findbugs-maven-plugin + 2.5.3 + + + + + @@ -59,6 +83,34 @@ + + + + org.codehaus.mojo + cobertura-maven-plugin + 2.6 + + + 85 + 85 + false + 85 + 85 + 85 + 85 + + + + + + clean + + + + + + + -- 2.20.1