This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pom. See https://gitlab.nuiton.org/nuiton/pom.git commit e2c5cbb1b66ddd404d7c899e05c189239d047738 Author: Arnaud Thimel <thimel@codelutin.com> Date: Fri Jan 17 15:52:16 2020 +0100 Déclaration du plugin jacoco --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 7047e51..e755237 100644 --- a/pom.xml +++ b/pom.xml @@ -303,6 +303,7 @@ <jettyPluginVersion>9.3.10.v20160621</jettyPluginVersion> <statScmPluginVersion>1.2.0</statScmPluginVersion> <tomcatPluginVersion>2.2</tomcatPluginVersion> + <jacocoPluginVersion>0.8.4</jacocoPluginVersion> <jgitflowPluginVersion>1.0.0</jgitflowPluginVersion> <gitCommitIdPluginVersion>4.0.0</gitCommitIdPluginVersion> @@ -794,6 +795,12 @@ </executions> </plugin> + <plugin> + <groupId>org.jacoco</groupId> + <artifactId>jacoco-maven-plugin</artifactId> + <version>${jacocoPluginVersion}</version> + </plugin> + <plugin> <groupId>net.sf</groupId> <artifactId>stat-scm</artifactId> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.