From 0c1ae96c7644e77207b391d4c410836006c3f3ec Mon Sep 17 00:00:00 2001 From: Rishav Sharan Date: Tue, 4 Dec 2018 00:48:50 +0530 Subject: [PATCH] Cleaning up maven config (#4) --- pom.xml | 65 ++++++++++++++++++++------------------------------------- 1 file changed, 23 insertions(+), 42 deletions(-) diff --git a/pom.xml b/pom.xml index 310949ae8..c681c0458 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,5 @@ - + + 4.0.0 helloworld helloworld @@ -19,46 +19,27 @@ helloworld - - org.jacoco - jacoco-maven-plugin - 0.8.2 - - - prepare-agent - - prepare-agent - - - - report - prepare-package - - report - - - - post-unit-test - test - - report - - - - target/jacoco.exec - - target/jacoco-ut - - - - - - target/jacoco.exec - - - + org.jacoco + jacoco-maven-plugin + 0.8.2 + + + prepare-agent + + prepare-agent + + + + report + test + + report + + + + @@ -66,5 +47,5 @@ 1.8 1.8 - - + + \ No newline at end of file