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 | |
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
-rw-r--r-- | all/pom.xml | 2 | ||||
-rw-r--r-- | buildhelpers/pom.xml | 2 | ||||
-rw-r--r-- | liferay/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 3 | ||||
-rw-r--r-- | uitest/pom.xml | 2 |
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> @@ -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> |