This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pom. See https://gitlab.nuiton.org/nuiton/pom.git from f33ab0f Montée de version des plugins (et de la version de Maven requise) new e2c5cbb Déclaration du plugin jacoco The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit e2c5cbb1b66ddd404d7c899e05c189239d047738 Author: Arnaud Thimel <thimel@codelutin.com> Date: Fri Jan 17 15:52:16 2020 +0100 Déclaration du plugin jacoco Summary of changes: pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
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>.
participants (1)
-
nuiton.org scm