Repository: logging-log4j2 Updated Branches: refs/heads/master 3b2736fa8 -> 9a581047b
Travis CI: Trying to get TCI to work. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/9a581047 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/9a581047 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/9a581047 Branch: refs/heads/master Commit: 9a581047bc4fb8498e6b720757f85e235ead405b Parents: 3b2736f Author: Gary Gregory <[email protected]> Authored: Sun Nov 13 21:02:43 2016 -0800 Committer: Gary Gregory <[email protected]> Committed: Sun Nov 13 21:02:43 2016 -0800 ---------------------------------------------------------------------- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/9a581047/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a04ed07..9ecd7c4 100644 --- a/pom.xml +++ b/pom.xml @@ -1153,6 +1153,10 @@ </excludes> </configuration> </plugin> + <plugin> + <groupId>org.jacoco</groupId> + <artifactId>jacoco-maven-plugin</artifactId> + </plugin> </plugins> </build> <reporting>
