Navigation Menu

Skip to content

Commit

Permalink
update doc for version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kumarshantanu committed May 26, 2013
1 parent 49bf398 commit a221922
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Expand Up @@ -9,11 +9,11 @@ Leiningen plugin to work with local Maven repository.

The recommended way is to install as a global plugin in `~/.lein/profiles.clj`:

{:user {:plugins [[lein-localrepo "0.4.1"]]}}
{:user {:plugins [[lein-localrepo "0.5.0"]]}}

You may also install as a project plugin in `project.clj`:

:plugins [[lein-localrepo "0.4.1"]]
:plugins [[lein-localrepo "0.5.0"]]


### Lein 1.x users
Expand Down Expand Up @@ -44,7 +44,9 @@ Output:

### Install artifacts to local Maven repository

$ lein localrepo install <filename> <[groupId/]artifactId> <version>
$ lein localrepo install [-r repo-path] [-p pom-file] <filename> <[groupId/]artifactId> <version>

If no POM file is specified, a minimal POM will be automatically generated.

Examples:

Expand All @@ -55,7 +57,7 @@ Examples:

### List artifacts in local Maven repository:

$ lein localrepo list [-s | -f | -d]
$ lein localrepo list [-r repo-path] [-s | -f | -d]

Examples:

Expand Down Expand Up @@ -85,6 +87,6 @@ On Leiningen mailing list: [http://groups.google.com/group/leiningen](http://gro

## License

Copyright (C) 2011-2012 Shantanu Kumar
Copyright (C) 2011-2013 Shantanu Kumar

Distributed under the Eclipse Public License, the same as Clojure.

0 comments on commit a221922

Please sign in to comment.