diff --git a/.travis.yml b/.travis.yml index a8eba8e4..1106a37f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,6 @@ cache: jobs: include: - stage: deploy - script: mvn clean deploy --settings deploy.settings.xml -DdeployAtEnd=true -Dmaven.test.skip=true + script: mvn clean install org.apache.maven.plugins:maven-deploy-plugin:2.8:deploy --settings deploy.settings.xml -DdeployAtEnd=true -Dmaven.test.skip=true - stage: compile_and_test script: mvn clean install