[java-parent-project] branch main updated: Manage jacoco-maven-plugin
Ian Young
ian at iay.org.uk
Thu Aug 20 16:58:38 UTC 2020
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch main
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=58938682b0cdd94d1815a3d7452c561ddb61a612
The following commit(s) were added to refs/heads/main by this push:
new 5893868 Manage jacoco-maven-plugin
5893868 is described below
commit 58938682b0cdd94d1815a3d7452c561ddb61a612
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Aug 20 17:58:33 2020 +0100
Manage jacoco-maven-plugin
---
pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pom.xml b/pom.xml
index d38bbf7..e4a2e7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,6 +58,7 @@
<checkstyle-plugin.version>3.1.1</checkstyle-plugin.version>
<checkstyle.configLocation>checkstyle.xml</checkstyle.configLocation>
+ <jacoco-maven-plugin.version>0.8.5</jacoco-maven-plugin.version>
<maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version>
<maven-clean-plugin.version>3.1.0</maven-clean-plugin.version>
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
@@ -794,6 +795,11 @@
<artifactId>maven-war-plugin</artifactId>
<version>${maven-war-plugin.version}</version>
</plugin>
+ <plugin>
+ <groupId>org.jacoco</groupId>
+ <artifactId>jacoco-maven-plugin</artifactId>
+ <version>${jacoco-maven-plugin.version}</version>
+ </plugin>
</plugins>
</pluginManagement>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list