Repository: incubator-rocketmq Updated Branches: refs/heads/master 2a9769a95 -> 62963b5c6
Integrate with Coveralls Project: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/commit/62963b5c Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/tree/62963b5c Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/diff/62963b5c Branch: refs/heads/master Commit: 62963b5c623561791b0d1c4836d7339ee93b22a7 Parents: 2a9769a Author: vongosling <[email protected]> Authored: Tue Jan 17 13:09:02 2017 +0800 Committer: vongosling <[email protected]> Committed: Tue Jan 17 13:09:02 2017 +0800 ---------------------------------------------------------------------- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/62963b5c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ca7ea1d..617ac9c 100644 --- a/pom.xml +++ b/pom.xml @@ -317,6 +317,11 @@ <encoding>${project.build.sourceEncoding}</encoding> </configuration> </plugin> + <plugin> + <groupId>org.eluder.coveralls</groupId> + <artifactId>coveralls-maven-plugin</artifactId> + <version>4.3.0</version> + </plugin> </plugins> </build>
