diff options
author | Henri Sara <hesara@vaadin.com> | 2016-04-13 14:44:42 +0300 |
---|---|---|
committer | Henri Sara <hesara@vaadin.com> | 2016-04-13 14:44:42 +0300 |
commit | f7f5ba596dbba0c2374a6d8ac10e89362cbbaeb5 (patch) | |
tree | a1bb67f0e785d02722b74c3e7d9169430b4eb8e8 /pom.xml | |
parent | 5e9cc082c1f9e22dbca4c2501f30a4f4df1edfd4 (diff) | |
download | vaadin-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.xml | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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> |