-
Notifications
You must be signed in to change notification settings - Fork 14
nexus
jezekp edited this page Feb 21, 2014
·
11 revisions
<build> <plugins> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.5.1</version> <extensions>true</extensions> <configuration> <serverId>local-nexus</serverId> <nexusUrl>http://eeg.kiv.zcu.cz:8081/nexus/</nexusUrl> </configuration> </plugin> </plugins> </build>