Author: tn Date: Wed Nov 25 20:24:26 2015 New Revision: 1716533 URL: http://svn.apache.org/viewvc?rev=1716533&view=rev Log: The buildnumber plugin seems to mess with the coveralls plugin. Disable it when run on travis.
Modified: commons/proper/collections/trunk/pom.xml Modified: commons/proper/collections/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/pom.xml?rev=1716533&r1=1716532&r2=1716533&view=diff ============================================================================== --- commons/proper/collections/trunk/pom.xml (original) +++ commons/proper/collections/trunk/pom.xml Wed Nov 25 20:24:26 2015 @@ -699,6 +699,9 @@ <value>true</value> </property> </activation> + <properties> + <buildnumber.skip>true</buildnumber.skip> + </properties> <build> <plugins> <plugin>