aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>