From: David ‘Bombe’ Roden Date: Tue, 29 Apr 2014 19:41:03 +0000 (+0200) Subject: Add JaCoCo coverage plugin. X-Git-Url: https://git.pterodactylus.net/?p=xudocci.git;a=commitdiff_plain;h=6fc2ae4ae4ac719b637f5da59acb15dd88f90cd0 Add JaCoCo coverage plugin. --- diff --git a/pom.xml b/pom.xml index 4d80c6b..352d57f 100644 --- a/pom.xml +++ b/pom.xml @@ -84,6 +84,19 @@ net.pterodactylus.xdcc.main.Main + + org.jacoco + jacoco-maven-plugin + 0.7.0.201403182114 + + + default-prepare-agent + + prepare-agent + + + +