kimmking commented on a change in pull request #1575: [dubbo-1521]add java 9 in
travis yml
URL: https://github.com/apache/incubator-dubbo/pull/1575#discussion_r180072273
Advertising
##########
File path: pom.xml
##########
@@ -422,16 +421,27 @@
</configuration>
</plugin>
<plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>cobertura-maven-plugin</artifactId>
- <version>${maven_cobertura_version}</version>
- <configuration>
- <formats>
- <format>html</format>
- <format>xml</format>
- </formats>
- <check/>
- </configuration>
+ <groupId>org.jacoco</groupId>
+ <artifactId>jacoco-maven-plugin</artifactId>
+ <version>${maven_jacoco_version}</version>
Review comment:
jacoco instead of cobertura?**
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org
With regards,
Apache Git Services