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