branch develop updated (04cab5ed -> 37d8770e)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository topia. See https://gitlab.nuiton.org/nuiton/topia.git from 04cab5ed Use SONAR_INSTANCE_URL variable in gitlab CI new 37d8770e Add Jacoco to get project coverage 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 37d8770eb9bd5120f137a9e3fd83ca06d2d1cad6 Author: Arnaud Thimel <thimel@codelutin.com> Date: Fri Sep 27 17:08:32 2019 +0200 Add Jacoco to get project coverage Summary of changes: pom.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 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 topia. See https://gitlab.nuiton.org/nuiton/topia.git commit 37d8770eb9bd5120f137a9e3fd83ca06d2d1cad6 Author: Arnaud Thimel <thimel@codelutin.com> Date: Fri Sep 27 17:08:32 2019 +0200 Add Jacoco to get project coverage --- pom.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/pom.xml b/pom.xml index 39f7259f..2ea2937f 100644 --- a/pom.xml +++ b/pom.xml @@ -447,6 +447,30 @@ </dependencyManagement> <build> + + <plugins> + <!--For sonar code coverage--> + <plugin> + <groupId>org.jacoco</groupId> + <artifactId>jacoco-maven-plugin</artifactId> + <version>0.8.4</version> + <executions> + <execution> + <id>default-prepare-agent</id> + <goals> + <goal>prepare-agent</goal> + </goals> + </execution> + <execution> + <id>default-report</id> + <goals> + <goal>report</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + <pluginManagement> <plugins> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm