From 5e02447868dfc43f4256883816e70a8940bb1183 Mon Sep 17 00:00:00 2001 From: Rafael Chaves Date: Thu, 7 Nov 2019 17:54:55 -0300 Subject: [PATCH 1/2] deploy plugin version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a8eba8e4..29a4f415 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 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 From 2e94aed0c2d3ae541c3a43b97d627f2c0eb942b1 Mon Sep 17 00:00:00 2001 From: Rafael Chaves Date: Thu, 7 Nov 2019 22:59:00 -0300 Subject: [PATCH 2/2] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 29a4f415..1106a37f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,6 @@ cache: jobs: include: - stage: deploy - script: mvn clean org.apache.maven.plugins:maven-deploy-plugin:2.8: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