FWIW, this will all happen automatically after the new parent POM is released which will happen the Commons Build Plugin is released, which should be with 24 hours.
Gary ---------- Forwarded message ---------- From: <s...@apache.org> Date: Sun, Nov 20, 2016 at 5:57 PM Subject: commons-crypto git commit: Fix travis [Forced Update!] To: comm...@commons.apache.org Repository: commons-crypto Updated Branches: refs/heads/master 8b8af6df9 -> 9c0a452f7 (forced update) Fix travis Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/ commit/9c0a452f Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/9c0a452f Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/9c0a452f Branch: refs/heads/master Commit: 9c0a452f7607dc8f41034133693e43c43fbdca11 Parents: dc1769e Author: Sun Dapeng <s...@apache.org> Authored: Mon Nov 21 09:36:55 2016 +0800 Committer: Sun Dapeng <s...@apache.org> Committed: Mon Nov 21 09:48:49 2016 +0800 ---------------------------------------------------------------------- .travis.yml | 3 +++ pom.xml | 8 ++++++++ 2 files changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/ 9c0a452f/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 0f5b2b4..6e0ae0c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,3 +30,6 @@ script: - mvn verify site - jdk_switcher use oraclejdk8 - mvn verify site + +after_success: + - mvn clean test jacoco:report coveralls:report http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/9c0a452f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e0b7cb9..c9474a9 100644 --- a/pom.xml +++ b/pom.xml @@ -225,6 +225,9 @@ The following provides more details on the included cryptographic software: <commons-logging.version>1.1.3</commons-logging.version> <commons.jacoco.version>0.7.7.201606060606</commons.jacoco.version> <slf4j-api.version>1.7.10</slf4j-api.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> <profiles> <profile> @@ -293,6 +296,11 @@ The following provides more details on the included cryptographic software: </excludes> </configuration> </plugin> + <plugin> + <groupId>org.eluder.coveralls</groupId> + <artifactId>coveralls-maven-plugin</artifactId> + <version>3.1.0</version> + </plugin> </plugins> </build> <reporting> -- E-Mail: garydgreg...@gmail.com | ggreg...@apache.org Java Persistence with Hibernate, Second Edition <https://www.amazon.com/gp/product/1617290459/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1617290459&linkCode=as2&tag=garygregory-20&linkId=cadb800f39946ec62ea2b1af9fe6a2b8> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1617290459> JUnit in Action, Second Edition <https://www.amazon.com/gp/product/1935182021/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182021&linkCode=as2&tag=garygregory-20&linkId=31ecd1f6b6d1eaf8886ac902a24de418%22> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182021> Spring Batch in Action <https://www.amazon.com/gp/product/1935182951/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182951&linkCode=%7B%7BlinkCode%7D%7D&tag=garygregory-20&linkId=%7B%7Blink_id%7D%7D%22%3ESpring+Batch+in+Action> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182951> Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory