Skip to content

Commit

Permalink
Add Apache repository (releases) + mirror for it on maven.travis-ci.org
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Jun 26, 2012
1 parent 2df4e54 commit 82bcb21
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions ci_environment/maven3/files/default/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
</snapshots>
<url>https://oss.sonatype.org/content/repositories/releases/</url>
</repository>

<repository>
<id>sonatype-snapshots</id>
<name>OSS Sonatype repo (snapshots)</name>
Expand All @@ -38,6 +39,22 @@
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</repository>

<repository>
<id>sonatype</id>
<name>Apache repo (releases)</name>
<releases>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
<checksumPolicy>warn</checksumPolicy>
</releases>
<snapshots>
<enabled>false</enabled>
<updatePolicy>never</updatePolicy>
<checksumPolicy>fail</checksumPolicy>
</snapshots>
<url>https://repository.apache.org/releases/</url>
</repository>

<repository>
<id>apache-snapshots</id>
<name>ASF repo (snapshots)</name>
Expand Down Expand Up @@ -95,6 +112,13 @@
<mirrorOf>sonatype-snapshots</mirrorOf>
</mirror>

<mirror>
<id>travis-ci-apache</id>
<name>Travis CI repository.apache.org mirror (releases)</name>
<url>http://maven.travis-ci.org/nexus/content/repositories/apache/</url>
<mirrorOf>apache</mirrorOf>
</mirror>

<mirror>
<id>travis-ci-apache-snapshots</id>
<name>Travis CI repository.apache.org mirror (snapshots)</name>
Expand Down

0 comments on commit 82bcb21

Please sign in to comment.