Skip to content

Commit

Permalink
do not run the 'deploy' maven goal twice in release builds (#972)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Viktor Lukashov authored Jan 10, 2018
1 parent 4971711 commit 27abf95
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions vaadin-testbench/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,6 @@
</excludes>
</configuration>
</plugin>

<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.5</version>
<configuration>
<skip>false</skip>
</configuration>
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit 27abf95

Please sign in to comment.