Skip to content

Commit

Permalink
Added Artifactory to the list of repository managers
Browse files Browse the repository at this point in the history
  • Loading branch information
Baruch Sadogursky committed Feb 19, 2015
1 parent 27e5e20 commit df2efe2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/DEPLOY.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,18 @@ If you don't already have a server running,
you can deploy to S3 buckets using the
[S3 wagon private](https://github.com/technomancy/s3-wagon-private) plugin.

### Nexus/Archiva
### Artifactory/Nexus/Archiva

The most full-featured and complex route is to run a full-fledged
repository manager. Both [Archiva](http://archiva.apache.org/) and
repository manager. Both [Artifactory](http://www.jfrog.com/open-source/#os-arti), [Archiva](http://archiva.apache.org/) and
[Nexus](http://nexus.sonatype.org/) provide this. They also proxy to
other repositories, so you can set `^:replace` metadata on
`:repositories` in project.clj, and dependency downloads will speed up
by quite a bit since Clojars and Maven Central won't need to be
checked.

The private server will need to be added to the `:repositories`
listing in project.clj. Archiva and Nexus offer separate repositories
listing in project.clj. Artifactory, Archiva and Nexus offer separate repositories
for snapshots and releases, so you'll want two entries for them:

```clj
Expand Down

0 comments on commit df2efe2

Please sign in to comment.