Author: pascalschumacher Date: Sun Oct 22 08:30:46 2017 New Revision: 1812887
URL: http://svn.apache.org/viewvc?rev=1812887&view=rev Log: use travis cobertura profile from parent pom Modified: commons/proper/codec/trunk/.travis.yml commons/proper/codec/trunk/pom.xml Modified: commons/proper/codec/trunk/.travis.yml URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/.travis.yml?rev=1812887&r1=1812886&r2=1812887&view=diff ============================================================================== --- commons/proper/codec/trunk/.travis.yml (original) +++ commons/proper/codec/trunk/.travis.yml Sun Oct 22 08:30:46 2017 @@ -22,4 +22,4 @@ jdk: - oraclejdk9 after_success: - - mvn clean cobertura:cobertura coveralls:report + - mvn clean cobertura:cobertura coveralls:report -Ptravis-cobertura Modified: commons/proper/codec/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1812887&r1=1812886&r2=1812887&view=diff ============================================================================== --- commons/proper/codec/trunk/pom.xml (original) +++ commons/proper/codec/trunk/pom.xml Sun Oct 22 08:30:46 2017 @@ -381,34 +381,6 @@ limitations under the License. </reporting> <profiles> <profile> - <id>travis</id> - <activation> - <property> - <name>env.TRAVIS</name> - <value>true</value> - </property> - </activation> - <build> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - <version>${commons.cobertura.version}</version> - <configuration> - <formats> - <format>xml</format> - </formats> - </configuration> - </plugin> - <plugin> - <groupId>org.eluder.coveralls</groupId> - <artifactId>coveralls-maven-plugin</artifactId> - <version>4.3.0</version> - </plugin> - </plugins> - </build> - </profile> - <profile> <id>java9</id> <activation> <jdk>9</jdk>