I have google this a lot but couldnt find any thing , how do we install mavenGwt plugin in our eclipse
, i also manage to download this mavenGWt plugin , but how can i get this into my eclipse and define my archtype as mavengwt
or is there any eclipse plugin for mavenGwt which i can download from Install- new software in eclipse
thanks
You don’t need anything special in Eclipse besides M2Eclipse (to work with any Maven project), and possibly the Google Plugin for Eclipse (which adds features related to GWT, whether you use Maven or not; and also auto-configures your Maven projects as GWT projects in Eclipse if they depend on
com.google.gwt:gwt-userand use theorg.codehaus.mojo:gwt-maven-plugin plugin).