I'm creating a new gwt project using the archetype from gwt- maven.googlecode.com. I run the command "mvn gwt:gwt" from the command line and it works. I create an eclipse project using "mvn eclipse:eclipse" and get the enclosed error when I try to import it into eclipse. I also can't run the project in eclipse (eclipse can't locate the entry point class file). Any idea what's going wrong?
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to construct one or more initial build plans. Reason: No lifecycle phase binding can be found for goal: gwt, specified as a part of the execution: defaultin plugin: com.totsp.gwt:maven-googlewebtoolkit2-plugin This plugin was resolved successfully. However, the mojo metadata it contains does not specify a default lifecycle phase binding. Please provide a valid <phase/> specification for execution: default in plugin: com.totsp.gwt:maven-googlewebtoolkit2-plugin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "gwt-maven" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/gwt-maven?hl=en -~----------~----~----~----~------~----~------~--~---
