From 2f0d8f3cc407f78b9b32079cf8e29c203caa8be5 Mon Sep 17 00:00:00 2001 From: Joakim Erdfelt Date: Mon, 19 Oct 2020 13:24:24 -0500 Subject: [PATCH] Putting jacoco behind a profile Signed-off-by: Joakim Erdfelt --- pom.xml | 112 +++++++++++++++++++++++++++++--------------------------- 1 file changed, 59 insertions(+), 53 deletions(-) diff --git a/pom.xml b/pom.xml index 969485de2082..6c43a5b49f4d 100644 --- a/pom.xml +++ b/pom.xml @@ -168,58 +168,6 @@ - - org.jacoco - jacoco-maven-plugin - 0.7.8 - - - - **/org/eclipse/jetty/ant/** - **/org/eclipse/jetty/maven/** - **/org/eclipse/jetty/jspc/** - - **/org/eclipse/jetty/embedded/** - **/org/eclipse/jetty/asyncrest/** - **/org/eclipse/jetty/demo/** - - **/org/eclipse/jetty/gcloud/** - **/org/eclipse/jetty/infinispan/** - **/org/eclipse/jetty/osgi/** - **/org/eclipse/jetty/spring/** - **/org/eclipse/jetty/http/spi/** - - **/org/eclipse/jetty/tests/** - **/org/eclipse/jetty/test/** - - - - - jacoco-initialize - initialize - - prepare-agent - - - - jacoco-site - package - - report - - - - - **/org/eclipse/jetty/** - - - - - org.apache.maven.plugins maven-pmd-plugin @@ -389,7 +337,6 @@ 3.1.0 8 - 8 UTF-8 UTF-8 UTF-8 @@ -1081,6 +1028,65 @@ + + jacoco + + + + org.jacoco + jacoco-maven-plugin + 0.7.8 + + + + **/org/eclipse/jetty/ant/** + **/org/eclipse/jetty/maven/** + **/org/eclipse/jetty/jspc/** + + **/org/eclipse/jetty/embedded/** + **/org/eclipse/jetty/asyncrest/** + **/org/eclipse/jetty/demo/** + + **/org/eclipse/jetty/gcloud/** + **/org/eclipse/jetty/infinispan/** + **/org/eclipse/jetty/osgi/** + **/org/eclipse/jetty/spring/** + **/org/eclipse/jetty/http/spi/** + + **/org/eclipse/jetty/tests/** + **/org/eclipse/jetty/test/** + + + + + jacoco-initialize + initialize + + prepare-agent + + + + jacoco-site + package + + report + + + + + **/org/eclipse/jetty/** + + + + + + + + 8u00