Advertisement
Guest User

Untitled

a guest
May 28th, 2015
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. [INFO]
  2. Effective user-specific configuration settings:
  3.  
  4. <?xml version="1.0" encoding="UTF-8"?>
  5. <!-- ====================================================================== -->
  6. <!-- -->
  7. <!-- Generated by Maven Help Plugin on 2015-05-28T11:13:44 -->
  8. <!-- See: http://maven.apache.org/plugins/maven-help-plugin/ -->
  9. <!-- -->
  10. <!-- ====================================================================== -->
  11.  
  12. <!-- ====================================================================== -->
  13. <!-- -->
  14. <!-- Effective Settings for 'hagbard' on 'oberon' -->
  15. <!-- -->
  16. <!-- ====================================================================== -->
  17.  
  18. <settings xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd">
  19. <localRepository xmlns="http://maven.apache.org/SETTINGS/1.1.0">/Users/hagbard/.m2/repository</localRepository>
  20. <profiles xmlns="http://maven.apache.org/SETTINGS/1.1.0">
  21. <profile>
  22. <repositories>
  23. <repository>
  24. <releases>
  25. <updatePolicy>never</updatePolicy>
  26. </releases>
  27. <snapshots>
  28. <enabled>false</enabled>
  29. </snapshots>
  30. <id>opendaylight-mirror</id>
  31. <name>opendaylight-mirror</name>
  32. <url>http://nexus.opendaylight.org/content/groups/public/</url>
  33. </repository>
  34. </repositories>
  35. <id>opendaylight-release</id>
  36. </profile>
  37. <profile>
  38. <repositories>
  39. <repository>
  40. <releases>
  41. <enabled>false</enabled>
  42. </releases>
  43. <snapshots />
  44. <id>opendaylight-snapshot</id>
  45. <name>opendaylight-snapshot</name>
  46. <url>http://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/</url>
  47. </repository>
  48. </repositories>
  49. <id>opendaylight-snapshots</id>
  50. </profile>
  51. </profiles>
  52. <activeProfiles xmlns="http://maven.apache.org/SETTINGS/1.1.0">
  53. <activeProfile>opendaylight-release</activeProfile>
  54. <activeProfile>opendaylight-snapshots</activeProfile>
  55. </activeProfiles>
  56. <pluginGroups xmlns="http://maven.apache.org/SETTINGS/1.1.0">
  57. <pluginGroup>org.apache.maven.plugins</pluginGroup>
  58. <pluginGroup>org.codehaus.mojo</pluginGroup>
  59. </pluginGroups>
  60. </settings>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement