I have this one also. These are features in Maven which the m2e system does not recognize. I have commented them out of the POM files in my local builds. The right-hand tab of the pom.xml editor gives you the XML directly.
Lance On Mon, Sep 12, 2011 at 2:45 PM, Ramesh Nallapati <[email protected]>wrote: > Hi, > > I am a new user to Mahout as well as to Maven. I downloaded Mahout > through the svn repository and I am trying to install it on my Mac > running the latest Lion OS. I read the instructions at > https://cwiki.apache.org/**confluence/display/MAHOUT/**BuildingMahout<https://cwiki.apache.org/confluence/display/MAHOUT/BuildingMahout>and > followed all the steps until "Working with Maven in Eclipse". However, > once I import Mahout as a Maven project, My eclipse is showing 3 errors > that have got to do with the .pom files as I reproduce below: > > Error 1: > Description: Plugin execution not covered by lifecycle configuration: > org.apache.maven.plugins:**maven-antrun-plugin:1.6:run (execution: > default, phase: compile) > Resource:pom.xml > Location: /mahout-core > Line:53 > > Error 2: > Description: maven-dependency-plugin (goals "copy-dependencies", > "unpack") is not supported by m2e. > Resource: pom.xml > Path:/mahout-examples > Location: line 54 > > Error 3: > Description: maven-dependency-plugin (goals "copy-dependencies", > "unpack") is not supported by m2e. > Resource: pom.xml > Path:/mahout-integration > Location: line 54 > > Can someone please help? > > Thanks > -Ramesh > > -- Lance Norskog [email protected]
