RE: How to extend GWT Module to Dynamic Web Module with Maven?

2011-05-04 Thread sipungora
org.apache.maven.plugins maven-eclipse-plugin 2.8 com.go

RE: How to extend GWT Module to Dynamic Web Module with Maven?

2011-05-04 Thread Martin Gainty
-0700 > From: kostya...@yahoo.de > To: users@maven.apache.org > Subject: Re: How to extend GWT Module to Dynamic Web Module with Maven? > > > Wayne Fay wrote: > > > >> on the page: > >> http://groups.google.com/group/Google-Web-Toolkit/browse_thread/th

Re: How to extend GWT Module to Dynamic Web Module with Maven?

2011-05-04 Thread sipungora
In my case the tag additionalProjectFacets isn't needed. As a result I've got: -- View this message in context: http://maven.40175.n5.nabble.com/How-to-extend-GWT-Module-to-Dynamic-Web-Module-with-Maven-tp4365106p4369776.html Sent from the Maven - Users mailing list archive at Nabb

Re: How to extend GWT Module to Dynamic Web Module with Maven?

2011-05-04 Thread sipungora
Ok, I must also add wtp-configs: org.apache.maven.plugins maven-eclipse-plugin 2.8 ... 1.5

Re: How to extend GWT Module to Dynamic Web Module with Maven?

2011-05-04 Thread sipungora
Wayne Fay wrote: > >> on the page: >> http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/39e0ff6325e4d504/55bfd342d77ec910?pli=1 >> >> one explains how gwt-module can be extended to Dynamic Web Module in >> order >> to be deploybar into eclipse tomcat. I've configured my pom s

Re: How to extend GWT Module to Dynamic Web Module with Maven?

2011-05-02 Thread Wayne Fay
> on the page: > http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/39e0ff6325e4d504/55bfd342d77ec910?pli=1 > > one explains how gwt-module can be extended to Dynamic Web Module in order > to be deploybar into eclipse tomcat. I've configured my pom so, that item 3 > will be done