summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 605e68300a..584ca21439 100644
--- a/pom.xml
+++ b/pom.xml
@@ -269,6 +269,17 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.sonatype.plugins</groupId>
+ <artifactId>nexus-staging-maven-plugin</artifactId>
+ <version>1.6.7</version>
+ <extensions>true</extensions>
+ <!-- These are overridden by the release build on the CI -->
+ <configuration>
+ <nexusUrl>http://localhost:8081/nexus/</nexusUrl>
+ <serverId>local-nexus</serverId>
+ </configuration>
+ </plugin>
</plugins>
</build>
</profile>