Re: gwt-maven-plugin: how can I chnage the Jetty port?

2018-10-05 Thread Pavlo Iatsiuk
GWT uses jetty, so try simple to all this property to command line invocation "-Djetty.port=4200" So your command should look like mvn gwt:run -Djetty.port=4200 четвер, 23 лютого 2017 р. 12:19:02 UTC+1 користувач Tom Pijl написав: > > I am using the gwt-maven-plug of Thomas Broyer. > I would

Re: gwt-maven-plugin: how can I chnage the Jetty port?

2018-10-05 Thread Thomas Broyer
GWT with Gradle is only a couple adhoc tasks away, so no need to change build tool because plugins are lacking. Back to Maven, the archetype doesn't use the embedded jetty in DevMode, so you need to configure the port in the jetty plugin (there has been an issue on that exact matter a few days

Re: gwt-maven-plugin: how can I chnage the Jetty port?

2018-10-04 Thread Thad Humphries
Where does this go? Which pom.xml? Sorry, I'm looking at returning to Maven because of the lack of Gradle support and their dizzying rate of updates. So, I've generated a modular-webapp, I tried net.ltgt.gwt.maven gwt-maven-plugin 1.0-rc-9 true 1.8 true

Re: gwt-maven-plugin: how can I chnage the Jetty port?

2018-10-04 Thread Thad Humphries
Where? Sorry, I'm getting fed up with Gradle, and I'm trying to remember how to do this in Maven On Thursday, February 23, 2017 at 6:21:51 AM UTC-5, Thomas Broyer wrote: > > > > On Thursday, February 23, 2017 at 12:19:02 PM UTC+1, Tom Pijl wrote: >> >> I am using the gwt-maven-plug of Thomas

Re: gwt-maven-plugin: how can I chnage the Jetty port?

2017-02-23 Thread Thomas Broyer
On Thursday, February 23, 2017 at 12:19:02 PM UTC+1, Tom Pijl wrote: > > I am using the gwt-maven-plug of Thomas Broyer. > I would like to change the Jetty server port from (default) to e.g. > 4200 when running mvn gwt:devmode. > Any pointers on how to configure that? > You'd use

gwt-maven-plugin: how can I chnage the Jetty port?

2017-02-23 Thread Tom Pijl
I am using the gwt-maven-plug of Thomas Broyer. I would like to change the Jetty server port from (default) to e.g. 4200 when running mvn gwt:devmode. Any pointers on how to configure that? -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To

Re: GWT Maven plugin: how to?

2013-02-14 Thread Thomas Broyer
On Tuesday, February 12, 2013 11:22:16 AM UTC+1, Kulnor wrote: All: I use Maven for all our Java project and would like to do the same for our GWT apps (using Eclipse 3.7). Unfortunately, each time I attempt to use the GWT Maven plugin, I find myself frustrated and facing several of

Re: GWT Maven plugin: how to?

2013-02-13 Thread Rob
Hi, Take a look at the following posts: - http://kiahu.com/tutorial/generate-a-skeleton-project-using-gwt-and-maven/ - http://kiahu.com/tutorial/debugging-with-gwt-maven-and-eclipse/ - http://kiahu.com/tutorial/working-with-gwt-maven-and-intellij-idea/ -

GWT Maven plugin: how to?

2013-02-12 Thread Kulnor
All: I use Maven for all our Java project and would like to do the same for our GWT apps (using Eclipse 3.7). Unfortunately, each time I attempt to use the GWT Maven plugin, I find myself frustrated and facing several of issues such as: - m2e reports a lifecycle exception for the non-standard