From b318f2dfd40033ce42c330ace096aea8e94628ca Mon Sep 17 00:00:00 2001 From: Sanjeev435 Date: Tue, 9 Oct 2018 00:57:16 +0530 Subject: [PATCH] Added Cobertura Plugin --- .gitignore | 1 + pom.xml | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/.gitignore b/.gitignore index 8cdbd1ff4..4fcd1ead0 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ target/* !.vscode/launch.json !.vscode/extensions.json _site/ +/bin/ diff --git a/pom.xml b/pom.xml index 0755138f5..eeeabfab2 100644 --- a/pom.xml +++ b/pom.xml @@ -205,6 +205,34 @@ + + + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.7 + + false + + + + + + org.codehaus.mojo + cobertura-maven-plugin + 2.7 + + + html + xml + + + + + +