leonelhl

JFROG-pom.xml

Jul 25th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 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. <url>http://localhost:8081/artifactory/libs-snapshot-local</url>
  7. </snapshotRepository>
  8. <repository>
  9. <id>nexus</id>
  10. <url>http://localhost:8081/artifactory/libs-release-local</url>
  11. </repository>
  12. </distributionManagement>
  13. ...
  14. </project>
Advertisement
Add Comment
Please, Sign In to add comment