Repository: commons-collections Updated Branches: refs/heads/master afebe421e -> 6f3563387
travis: remove travis profile from pom and use travis-jacoco profile commons-parent Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/6f356338 Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/6f356338 Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/6f356338 Branch: refs/heads/master Commit: 6f356338786c4243a21b0e506469d2e3a71148e2 Parents: afebe42 Author: pascalschumacher <[email protected]> Authored: Mon Oct 2 11:24:41 2017 +0200 Committer: pascalschumacher <[email protected]> Committed: Mon Oct 2 11:24:41 2017 +0200 ---------------------------------------------------------------------- .travis.yml | 2 +- pom.xml | 38 -------------------------------------- 2 files changed, 1 insertion(+), 39 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-collections/blob/6f356338/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index d3097c0..539b202 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,4 +24,4 @@ script: - mvn after_success: - - mvn clean test jacoco:report coveralls:report + - mvn clean test jacoco:report coveralls:report -Ptravis-jacoco \ No newline at end of file http://git-wip-us.apache.org/repos/asf/commons-collections/blob/6f356338/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8d33c1e..27a217d 100644 --- a/pom.xml +++ b/pom.xml @@ -509,9 +509,6 @@ <!-- Override clirr version to enable clirr on Java 8 --> <commons.clirr.version>2.8</commons.clirr.version> - - <!-- Override default buildNumber timestamp format, needed for coveralls plugin --> - <maven.buildNumber.timestampFormat>{0,date,yyyy-MM-dd HH:mm:ssZ}</maven.buildNumber.timestampFormat> </properties> @@ -720,41 +717,6 @@ </plugins> </build> </profile> - - <profile> - <id>travis</id> - <activation> - <property> - <name>env.TRAVIS</name> - <value>true</value> - </property> - </activation> - <properties> - <buildnumber.skip>true</buildnumber.skip> - </properties> - <build> - <plugins> - <plugin> - <groupId>org.jacoco</groupId> - <artifactId>jacoco-maven-plugin</artifactId> - <version>${commons.jacoco.version}</version> - <executions> - <execution> - <id>prepare-agent</id> - <goals> - <goal>prepare-agent</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.eluder.coveralls</groupId> - <artifactId>coveralls-maven-plugin</artifactId> - <version>4.3.0</version> - </plugin> - </plugins> - </build> - </profile> </profiles> </project>
