summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <teemusa@vaadin.com>2016-04-14 11:09:43 +0300
committerTeemu Suo-Anttila <teemusa@vaadin.com>2016-04-14 11:09:43 +0300
commit9f6c62dfab179a5296b5f435490d61c8319b197c (patch)
tree3e3ac4fe0dea8aa79d6d9a4f0be7a15f07daa0f1
parent4f38b075ba308e201ad254e688f57115b3fb4489 (diff)
downloadvaadin-framework-9f6c62dfab179a5296b5f435490d61c8319b197c.tar.gz
vaadin-framework-9f6c62dfab179a5296b5f435490d61c8319b197c.zip
Skip only staging instead of the whole nexus deploy mojo
Change-Id: I4b1015dd27422500aed698bfa3dc87fc7b13a58a
-rw-r--r--all/pom.xml2
-rw-r--r--buildhelpers/pom.xml2
-rw-r--r--liferay/pom.xml2
-rw-r--r--pom.xml3
-rw-r--r--uitest/pom.xml2
5 files changed, 4 insertions, 7 deletions
diff --git a/all/pom.xml b/all/pom.xml
index fce46efd1f..c234bb5147 100644
--- a/all/pom.xml
+++ b/all/pom.xml
@@ -172,7 +172,7 @@
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<configuration>
- <skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
+ <skipStaging>true</skipStaging>
</configuration>
</plugin>
diff --git a/buildhelpers/pom.xml b/buildhelpers/pom.xml
index 4dee81d1cb..904c2519ca 100644
--- a/buildhelpers/pom.xml
+++ b/buildhelpers/pom.xml
@@ -74,7 +74,7 @@
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<configuration>
- <skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
+ <skipStaging>true</skipStaging>
</configuration>
</plugin>
</plugins>
diff --git a/liferay/pom.xml b/liferay/pom.xml
index 9e3d9f13e9..a5031f9045 100644
--- a/liferay/pom.xml
+++ b/liferay/pom.xml
@@ -130,7 +130,7 @@
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<configuration>
- <skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
+ <skipStaging>true</skipStaging>
</configuration>
</plugin>
</plugins>
diff --git a/pom.xml b/pom.xml
index b41045bd2a..64f0319bd9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -274,9 +274,6 @@
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<extensions>true</extensions>
- <configuration>
- <skipLocalStaging>true</skipLocalStaging>
- </configuration>
</plugin>
</plugins>
</build>
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>