This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
     new ccc8bbd  [OPENMEETINGS-2042] another attempt to fix coverage
ccc8bbd is described below

commit ccc8bbd566f9f162f4be882e160c39ee73fc83ce
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Tue May 21 22:19:21 2019 +0700

    [OPENMEETINGS-2042] another attempt to fix coverage
---
 pom.xml | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index 89c1b91..6a42a59 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1532,22 +1532,21 @@
                </profile>
                <profile>
                        <id>jacoco-report</id>
-                       <build>
+                       <reporting>
                                <plugins>
                                        <plugin>
                                                <groupId>org.jacoco</groupId>
                                                
<artifactId>jacoco-maven-plugin</artifactId>
-                                               <executions>
-                                                       <execution>
-                                                               
<id>jacoco-report</id>
-                                                               <goals>
-                                                                       
<goal>report-aggregate</goal>
-                                                               </goals>
-                                                       </execution>
-                                               </executions>
+                                               <reportSets>
+                                                       <reportSet>
+                                                               <reports>
+                                                                       
<report>report-aggregate</report>
+                                                               </reports>
+                                                       </reportSet>
+                                               </reportSets>
                                        </plugin>
                                </plugins>
-                       </build>
+                       </reporting>
                </profile>
        </profiles>
 </project>

Reply via email to