summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <teemusa@vaadin.com>2016-04-14 10:43:25 +0300
committerTeemu Suo-Anttila <teemusa@vaadin.com>2016-04-14 10:43:25 +0300
commit4f38b075ba308e201ad254e688f57115b3fb4489 (patch)
tree71dab50a9a22b139cf1f34727330817afd8f8c91 /pom.xml
parent0a0d1344682754c46ca74172090f85bbc9378a1f (diff)
downloadvaadin-framework-4f38b075ba308e201ad254e688f57115b3fb4489.tar.gz
vaadin-framework-4f38b075ba308e201ad254e688f57115b3fb4489.zip
Skip local staging in Nexus staging plugin
Change-Id: If0b02ed2830032bbed9fec8473bd429c74d76383
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 64f0319bd9..b41045bd2a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -274,6 +274,9 @@
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<extensions>true</extensions>
+ <configuration>
+ <skipLocalStaging>true</skipLocalStaging>
+ </configuration>
</plugin>
</plugins>
</build>