I used " mvn -f m2-pom.xml eclipse:eclipse: to generate the eclipse project file. But eclipse could not import it as a maven project, saying: NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.
I can not run " mvn -f m2-pom.xml eclipse:m2eclipse" command in my storm-stater folder as some suggested. It says: Could not find goal 'm2eclipse' in plugin org.apache.maven.plugins:maven-eclipse-plugin:2.9 among available goals help, make-artifacts, configure-workspace, install-plugins, remove-cache, eclipse, rad-clean, to-maven, myeclipse-clean, add-maven-repo, rad, clean, myeclipse -> [Help 1] On Fri, Oct 24, 2014 at 1:03 AM, Yuheng Du <[email protected]> wrote: > Hi All, > > I was trying to run the storm-stater project in eclipse with Maven plugin. > When I import the storm-stater project as a Maven project into eclipse > luna, > The error I got is: > > Description Resource Path Location Type > Plugin execution not covered by lifecycle configuration: > com.theoryinpractise:clojure-maven-plugin:1.3.12:compile (execution: > compile, phase: compile) pom.xml /storm-starter line 138 Maven Project > Build Lifecycle Mapping Problem > > > The pom.xml file I created is attached. > > Can anyone help? Is eclipse a good IDE for storm applications? Thanks. > > best, > Yuheng >
