diff --git a/.travis.yml b/.travis.yml index 1a3013ae..05a765a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,4 @@ jdk: - oraclejdk8 after_success: - mvn deploy -Dmaven.test.skip -DcreateDocs=true -s settings.xml - - mvn clean test jacoco:report org.eluder.coveralls:coveralls-maven-plugin:jacoco -DsourceEncoding=UTF-8 + - mvn jacoco:report coveralls:jacoco -DsourceEncoding=UTF-8 diff --git a/pom.xml b/pom.xml index 65767168..0a36d22b 100644 --- a/pom.xml +++ b/pom.xml @@ -277,43 +277,52 @@ - - release-createDocs - - - createDocs - true - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - - attach-javadocs - - jar - - - - - - org.apache.maven.plugins - maven-source-plugin - - - attach-sources - - jar - - - - - - - + + travis + + + env.TRAVIS + true + + + + + + org.jacoco + jacoco-maven-plugin + + + org.eluder.coveralls + coveralls-maven-plugin + 2.2.0 + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + + + + release-sign-artifacts