Alex Miller <a...@puredanger.com> writes:

> Something like this can work but you need to have the proper path in the 
> local maven_repository. You have the repository named local. Inside the 
> repo, every artifact has a groupID (the first part of the dependency), the 
> artifactID, and the version. If you had a dependency like:
>
> [SSAM "0.1.0"]
>
> the jar should be at:
>
> /Users/rollio/projects/rollio/nlp-housing/maven_repository/SSAM/SSAM/0.1.0/SSAM-0.1.0.jar
>
> where under the repo, it's at groupID/artifactID/artifactID-version.jar
>
> You don't need to specify that SSAM is in local - Maven will check all 
> repos for it and find it in local. 
>
> I've gotten this to work before and it's definitely possible. I feel like 
> I'm forgetting some other detail though. I'm not sure if you need a pom.xml 
> or any of the other repo metadata in that directory structure.

lein-localrepo helps with installing jar files into the local maven
repository:

https://github.com/kumarshantanu/lein-localrepo

-- 
Cheers
Ralf

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to