summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 64f0319bd9..b41045bd2a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -274,6 +274,9 @@
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<extensions>true</extensions>
+ <configuration>
+ <skipLocalStaging>true</skipLocalStaging>
+ </configuration>
</plugin>
</plugins>
</build>