On Nov 11, 4:36 am, Jarl Haggerty <[email protected]> wrote:
> Leiningen was working just fine and I was perfectly happy, and one day
> I decided I'd like to wrap my head around maven.  

I went through this once and, in my opinion, time is better spent
reading books or writing code.

> ------------------------------------------------------------------------
> [INFO] Cannot find lifecycle mapping for packaging: 'clojure'.
> Component descriptor cannot be found in the component repository:
> org.apache.maven.lifecycle.mapping.LifecycleMappingclojure.
> [INFO]

I never understand Maven error messages but this may be due to a
missing entry in ~/.m2/settings.xml :

<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0";
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
       xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
       http://maven.apache.org/xsd/settings-1.0.0.xsd";>
       <pluginGroups>
          <pluginGroup>com.theoryinpractise</pluginGroup>
       </pluginGroups>
</settings>

Its probably worth a try before someone skilled in the art of Maven
comes up with a better suggestion.
Saul

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to