Advertisement
Guest User

Untitled

a guest
Sep 18th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
  2. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
  4. https://maven.apache.org/xsd/settings-1.0.0.xsd">
  5.  
  6.  
  7. <profiles>
  8.  
  9. <profile>
  10. <id>myprofile</id>
  11. <repositories>
  12. <repository>
  13. <id>repo1</id>
  14. <name></name>
  15. <url>http://repo1.maven.org/maven2/</url>
  16. </repository>
  17. <repository>
  18. <id>planetmirror.com</id>
  19. <name>PlanetMirror Australia</name>
  20. <url>http://downloads.planetmirror.com/pub/maven2</url>
  21. </repository>
  22. </repositories>
  23. </profile>
  24.  
  25. </profiles>
  26.  
  27. <activeProfiles>
  28. <activeProfile>myprofile</activeProfile>
  29. </activeProfiles>
  30.  
  31.  
  32. </settings>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement