|
|
|
@ -53,8 +53,6 @@
|
|
|
|
|
<junit.version>5.4.0</junit.version> |
|
|
|
|
<hamcrest.version>2.1</hamcrest.version> |
|
|
|
|
<mockito.version>3.8.0</mockito.version> |
|
|
|
|
<cobertura.version>2.7</cobertura.version> |
|
|
|
|
<coveralls.version>3.1.0</coveralls.version> |
|
|
|
|
|
|
|
|
|
<javadoc.disabled>false</javadoc.disabled> |
|
|
|
|
<deploy.disabled>false</deploy.disabled> |
|
|
|
@ -171,34 +169,6 @@
|
|
|
|
|
</modules> |
|
|
|
|
|
|
|
|
|
<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>${cobertura.version}</version> |
|
|
|
|
<configuration> |
|
|
|
|
<formats> |
|
|
|
|
<format>xml</format> |
|
|
|
|
</formats> |
|
|
|
|
</configuration> |
|
|
|
|
</plugin> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.eluder.coveralls</groupId> |
|
|
|
|
<artifactId>coveralls-maven-plugin</artifactId> |
|
|
|
|
<version>${coveralls.version}</version> |
|
|
|
|
</plugin> |
|
|
|
|
</plugins> |
|
|
|
|
</build> |
|
|
|
|
</profile> |
|
|
|
|
<profile> |
|
|
|
|
<id>release-sign-artifacts</id> |
|
|
|
|
<activation> |
|
|
|
|