summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorHenri Sara <hesara@vaadin.com>2016-04-13 14:44:42 +0300
committerHenri Sara <hesara@vaadin.com>2016-04-13 14:44:42 +0300
commitf7f5ba596dbba0c2374a6d8ac10e89362cbbaeb5 (patch)
treea1bb67f0e785d02722b74c3e7d9169430b4eb8e8 /pom.xml
parent5e9cc082c1f9e22dbca4c2501f30a4f4df1edfd4 (diff)
downloadvaadin-framework-f7f5ba596dbba0c2374a6d8ac10e89362cbbaeb5.tar.gz
vaadin-framework-f7f5ba596dbba0c2374a6d8ac10e89362cbbaeb5.zip
Remove extra configuration of nexus plug-in
Change-Id: I9ffcfdf2ee91e5ebcf056c7c14b59adffc57cc39
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 584ca21439..64f0319bd9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -274,11 +274,6 @@
<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>