leonelhl

NEXUS-pom.xml

Jul 24th, 2018
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.60 KB | None | 0 0
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  2.   ...
  3.   <distributionManagement>
  4.     <snapshotRepository>
  5.       <id>nexus</id>
  6.       <name>Snapshot</name>
  7.       <url>http://localhost:8081/repository/maven-snapshots/</url>
  8.     </snapshotRepository>
  9.     <repository>
  10.       <id>nexus</id>
  11.       <name>Releases</name>
  12.       <url>http://localhost:8081/repository/maven-releases/</url>
  13.     </repository>
  14.   </distributionManagement>
  15.  ...
  16. </project>
Advertisement
Add Comment
Please, Sign In to add comment