pallet / clojure-maven

Components for using clojure in maven
9 stars 6 forks source link

Unable to get clojure-maven-mojo-descriptor-extractor #5

Open sanel opened 12 years ago

sanel commented 12 years ago

Hi,

I followed you documentation about clojure-maven plugin setup, but maven is unable to get clojure-maven-mojo-descriptor-extractor; it reports how it is not able to find clojure-maven-mojo-descriptor-extractor:jar:0.3.3.

I tried the same with Zi project (did a clone and 'mvn install'); report is the same.

Thanks.

arichiardi commented 7 years ago

Be sure to put the maven repo in both repositories and pluginRepositories. I think that solved it for me.

I also had to fiddle a bit with my settings.xml.

sanel commented 7 years ago

Thanks @arichiardi. Can't believe I reported this almost 5 years ago :D