branch develop updated (f4e2f873 -> 09d71336)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git from f4e2f873 set sonar.binaries property new 09d71336 Code coverage back into place 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 09d7133675d0b7ad82d316c223744c4d237304b0 Author: jcouteau <couteau@codelutin.com> Date: Thu Nov 1 07:46:05 2018 +0100 Code coverage back into place Summary of changes: pom.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit 09d7133675d0b7ad82d316c223744c4d237304b0 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 c6e9e3d3..7f0a4fcb 100644 --- a/pom.xml +++ b/pom.xml @@ -873,6 +873,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>.
participants (1)
-
codelutin.com scm