Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <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">
- ...
- <distributionManagement>
- <snapshotRepository>
- <id>nexus</id>
- <url>http://localhost:8081/artifactory/libs-snapshot-local</url>
- </snapshotRepository>
- <repository>
- <id>nexus</id>
- <url>http://localhost:8081/artifactory/libs-release-local</url>
- </repository>
- </distributionManagement>
- ...
- </project>
Advertisement
Add Comment
Please, Sign In to add comment