aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-web/archiva-webapp-test/src/test/it-resources/local-repo/settings.xml
blob: 23b66a9db7e33893e1eaa63361eea317d6538b0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<settings>
  <localRepository></localRepository>
  <servers>
    <server>
      <id>snapshots</id>
      <username>admin</username>
      <password>admin1</password>
    </server>
  </servers>
  <profiles>
    <profile>
      <id>repositories</id>
      <repositories>
        <repository>
          <id>snapshots</id>
          <name>snapshots-repository</name>
          <url>http://localhost:9696/archiva/repository/snapshots/</url>
          <releases>
            <enabled>false</enabled>
          </releases>
          <snapshots>
            <enabled>true</enabled>
          </snapshots>
        </repository>
      </repositories>
      <pluginRepositories>
        <pluginRepository>
          <id>snapshots</id>
          <name>snapshots-repository</name>
          <url>http://localhost:9696/archiva/repository/snapshot/</url>
          <releases>
            <enabled>false</enabled>
          </releases>
          <snapshots>
            <enabled>true</enabled>
          </snapshots>
        </pluginRepository>
      </pluginRepositories>
    </profile>
  </profiles>
  <activeProfiles>
    <activeProfile>repositories</activeProfile>
  </activeProfiles>
</settings>