This is an automated email from the git hooks/post-receive script. New commit to branch develop-1.1.x in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit 6c11f3cf000390ea3642e28da98c8560cb3ccaa9 Author: jcouteau <couteau@codelutin.com> Date: Thu Nov 1 07:46:05 2018 +0100 Code coverage back into place --- pom.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/pom.xml b/pom.xml index 4aaf4161..49442e7c 100644 --- a/pom.xml +++ b/pom.xml @@ -796,6 +796,31 @@ </plugins> </pluginManagement> + + <plugins> + <!--For sonar code coverage--> + <plugin> + <groupId>org.jacoco</groupId> + <artifactId>jacoco-maven-plugin</artifactId> + <version>0.7.9</version> + <executions> + <execution> + <id>default-prepare-agent</id> + <goals> + <goal>prepare-agent</goal> + </goals> + </execution> + <execution> + <id>default-report</id> + <phase>test</phase> + <goals> + <goal>report</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + <extensions> <!-- Enabling the use of scpexe with maven 3.0 --> <extension> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.