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.

conf-single-list-elements.xml 3.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!--
  3. ~ Licensed to the Apache Software Foundation (ASF) under one
  4. ~ or more contributor license agreements. See the NOTICE file
  5. ~ distributed with this work for additional information
  6. ~ regarding copyright ownership. The ASF licenses this file
  7. ~ to you under the Apache License, Version 2.0 (the
  8. ~ "License"); you may not use this file except in compliance
  9. ~ with the License. You may obtain a copy of the License at
  10. ~
  11. ~ http://www.apache.org/licenses/LICENSE-2.0
  12. ~
  13. ~ Unless required by applicable law or agreed to in writing,
  14. ~ software distributed under the License is distributed on an
  15. ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  16. ~ KIND, either express or implied. See the License for the
  17. ~ specific language governing permissions and limitations
  18. ~ under the License.
  19. -->
  20. <configuration>
  21. <version>2</version>
  22. <repositoryGroups>
  23. <repositoryGroup>
  24. <id>default</id>
  25. <repositories>
  26. <repository>snapshots</repository>
  27. </repositories>
  28. </repositoryGroup>
  29. </repositoryGroups>
  30. <managedRepositories>
  31. <managedRepository>
  32. <id>snapshots</id>
  33. <name>Archiva Managed Snapshot Repository</name>
  34. <location>${appserver.base}/repositories/snapshots</location>
  35. <layout>default</layout>
  36. <releases>false</releases>
  37. <snapshots>true</snapshots>
  38. <scanned>true</scanned>
  39. <refreshCronExpression>0 0,30 * * * ?</refreshCronExpression>
  40. </managedRepository>
  41. </managedRepositories>
  42. <remoteRepositories>
  43. <remoteRepository>
  44. <id>central</id>
  45. <name>Central Repository</name>
  46. <url>http://repo1.maven.org/maven2</url>
  47. <layout>default</layout>
  48. </remoteRepository>
  49. </remoteRepositories>
  50. <proxyConnectors>
  51. <proxyConnector>
  52. <order>2</order>
  53. <sourceRepoId>internal</sourceRepoId>
  54. <targetRepoId>maven2-repository.dev.java.net</targetRepoId>
  55. <proxyId/>
  56. <whiteListPatterns>
  57. <whiteListPattern>javax/**</whiteListPattern>
  58. </whiteListPatterns>
  59. <policies>
  60. <releases>once</releases>
  61. <checksum>fix</checksum>
  62. <snapshots>never</snapshots>
  63. <cache-failures>yes</cache-failures>
  64. </policies>
  65. </proxyConnector>
  66. </proxyConnectors>
  67. <networkProxies>
  68. <networkProxy>
  69. <id>proxy</id>
  70. <host>proxy</host>
  71. <port>8080</port>
  72. </networkProxy>
  73. </networkProxies>
  74. <legacyArtifactPaths>
  75. <legacyArtifactPath>
  76. <path>jaxen/jars/jaxen-1.0-FCS-full.jar</path>
  77. <artifact>jaxen:jaxen:1.0-FCS:full:jar</artifact>
  78. </legacyArtifactPath>
  79. </legacyArtifactPaths>
  80. <repositoryScanning>
  81. <knownContentConsumers>
  82. <knownContentConsumer>auto-remove</knownContentConsumer>
  83. </knownContentConsumers>
  84. <invalidContentConsumers>
  85. <invalidContentConsumer>update-db-bad-content</invalidContentConsumer>
  86. </invalidContentConsumers>
  87. </repositoryScanning>
  88. <databaseScanning>
  89. <unprocessedConsumers>
  90. <unprocessedConsumer>update-db-bytecode-stats</unprocessedConsumer>
  91. </unprocessedConsumers>
  92. <cleanupConsumers>
  93. <cleanupConsumer>not-present-remove-db-project</cleanupConsumer>
  94. </cleanupConsumers>
  95. </databaseScanning>
  96. </configuration>