diff options
author | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-04-14 11:09:43 +0300 |
---|---|---|
committer | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-04-14 11:09:43 +0300 |
commit | 9f6c62dfab179a5296b5f435490d61c8319b197c (patch) | |
tree | 3e3ac4fe0dea8aa79d6d9a4f0be7a15f07daa0f1 /uitest/pom.xml | |
parent | 4f38b075ba308e201ad254e688f57115b3fb4489 (diff) | |
download | vaadin-framework-9f6c62dfab179a5296b5f435490d61c8319b197c.tar.gz vaadin-framework-9f6c62dfab179a5296b5f435490d61c8319b197c.zip |
Skip only staging instead of the whole nexus deploy mojo
Change-Id: I4b1015dd27422500aed698bfa3dc87fc7b13a58a
Diffstat (limited to 'uitest/pom.xml')
-rw-r--r-- | uitest/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/pom.xml b/uitest/pom.xml index f6f454058e..df10728bd0 100644 --- a/uitest/pom.xml +++ b/uitest/pom.xml @@ -333,7 +333,7 @@ <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <configuration> - <skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo> + <skipStaging>true</skipStaging> </configuration> </plugin> </plugins> |