From 27abf95981cb09736315db5746b188cdd038b87f Mon Sep 17 00:00:00 2001 From: Viktor Lukashov Date: Wed, 10 Jan 2018 10:30:51 +0200 Subject: [PATCH] do not run the 'deploy' maven goal twice in release builds (#972) The current release build in TC runs `mvn clean install deploy -Prelease` which triggers deployment twice. This change removes the 'deploy' goal from the 'release' profile so that deployment happens only once. --- vaadin-testbench/pom.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/vaadin-testbench/pom.xml b/vaadin-testbench/pom.xml index 9b6381110..7526963e4 100644 --- a/vaadin-testbench/pom.xml +++ b/vaadin-testbench/pom.xml @@ -71,14 +71,6 @@ - - - maven-deploy-plugin - 2.5 - - false - -