You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
804B

  1. <settings>
  2. <profiles>
  3. <profile>
  4. <id>reposilite</id>
  5. <repositories>
  6. <repository>
  7. <id>central</id>
  8. <name>Central Repository</name>
  9. <url>http://localhost:9001/releases</url>
  10. <layout>default</layout>
  11. <snapshots>
  12. <enabled>false</enabled>
  13. </snapshots>
  14. </repository>
  15. <repository>
  16. <id>snapshots-repo</id>
  17. <url>http://localhost:9001/snapshots</url>
  18. <releases>
  19. <enabled>false</enabled>
  20. </releases>
  21. <snapshots>
  22. <enabled>true</enabled>
  23. </snapshots>
  24. </repository>
  25. </repositories>
  26. </profile>
  27. </profiles>
  28. <activeProfiles>
  29. <activeProfile>reposilite</activeProfile>
  30. </activeProfiles>
  31. </settings>