diff options
Diffstat (limited to 'all/pom.xml')
-rw-r--r-- | all/pom.xml | 2 |
1 files changed, 1 insertions, 1 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> |