branch develop-1.1.x updated (c0420f63 -> 6c11f3cf)
This is an automated email from the git hooks/post-receive script. New change to branch develop-1.1.x in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git from c0420f63 [gitflow-maven-plugin]Update for next development version new 6c11f3cf 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 6c11f3cf000390ea3642e28da98c8560cb3ccaa9 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-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>.
participants (1)
-
codelutin.com scm