Repository: commons-lang Updated Branches: refs/heads/master 862a0d1ff -> 274dbfe81
pom.xml: remove jacoco configuration from reporting section, so that c56b87d6efe530590b6d9a07e41ca00af208ce37 is completely reverted Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/274dbfe8 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/274dbfe8 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/274dbfe8 Branch: refs/heads/master Commit: 274dbfe81f5f43a47639623c62fc998b5eccd5f0 Parents: 862a0d1 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Wed Oct 11 18:54:14 2017 +0200 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Wed Oct 11 18:54:14 2017 +0200 ---------------------------------------------------------------------- pom.xml | 11 ----------- 1 file changed, 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/274dbfe8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 74d51a9..81f2d30 100644 --- a/pom.xml +++ b/pom.xml @@ -704,17 +704,6 @@ <reporting> <plugins> <plugin> - <groupId>org.jacoco</groupId> - <artifactId>jacoco-maven-plugin</artifactId> - <reportSets> - <reportSet> - <reports> - <report>report</report> - </reports> - </reportSet> - </reportSets> - </plugin> - <plugin> <artifactId>maven-checkstyle-plugin</artifactId> <version>${checkstyle.plugin.version}</version> <configuration>