Questions tagged [gwt-maven-plugin]

Facilitates GWT web application development using Maven as build tool.

Facilitates GWT web application development using Maven as build tool to provide:

  • GWT compiler execution for packaging your application into a WAR Compile and Debug
  • generate GWT internationalization ("i18n") interfaces from bundles Internationalization
  • running tests (or test suites) based on GWTTestCase framework as part of Maven build, Testing Support
  • run (or debug) in DevMode from Maven DevMode
  • generate boiler code for GWT-RPC Async interface from synchronous server-side interfaces Generate Async interfaces for GWT-RPC
  • integrate nicelly into Eclipse, thanks to M2Eclipse and the Google Plugin for Eclipse.

More Info

101 questions
3
votes
0 answers

Failed to execute goal org.codehaus.mojo:gwt-maven-plugin:2.8.0:compile

I am migrating my gwt from 2.6 to 2.8 I tried running mvn clean install and getting the below error while executing the below plugin. I am using gwt-maven-plugin to build the gwt code and running into the below issue. There is no clue whats wrong…
Jess
  • 425
  • 1
  • 5
  • 15
3
votes
1 answer

Is It Possible to Set the user.agent Property from the Command Line Using the GWT-Maven-Plugin?

I know that in my *.gwt.xml file I can specify the browsers I want the GWT compiler to compile my app for by adding this to it: Is it possible for me to set this property on…
HappyCoder86
  • 2,267
  • 3
  • 25
  • 40
3
votes
5 answers

GWT Maven - webapp files getting deleted when running in dev mode

As specified in the gwt maven mojo plugin documentation, I have selected src/main/webapp folder as my war directory in eclipse->project properties->Google->Web application. Then, when I tried to run my gwt project in dev mode from eclipse, the html…
aquero
  • 843
  • 4
  • 13
  • 30
2
votes
1 answer

gwt-maven-plugin and hibernate

I'm having a bit of a weird issue here, basically, im using hibernate together with gwt, maven and the gwt maven plugin. However, hibernate fails during initialization with the following message: [ERROR] Initial SessionFactory creation…
JustDanyul
  • 13,813
  • 7
  • 53
  • 71
2
votes
0 answers

Has somebody managed running GWT Super Dev with GWT 2.9.0 and Java 11?

I maintain a GWT project dated back to the good old golden GWT-days in 2009. Meanwhile, a whole bunch of things happened and we like to update the project as far as possible (currently Java8, GWT 2.8.2). Fighting with my dependency-configuration I…
Dan
  • 21
  • 3
2
votes
1 answer

gwt-maven-plugin failing on gwt-app

I am having problems with getting the gwt-maven-plugin working as the docs have stated. using GWT 2.8.2 using InteliJ 2018 Start with a sample project generated from the 2.8.2 webAppCreator with the templates maven,sample, readme. That basic project…
jebrick
  • 339
  • 1
  • 6
  • 14
2
votes
0 answers

Maven plugin gwt-maven-plugin error goal compile

I am having trouble building my project. When doing this I'm getting a error on gwt-maven-plugin in version 2.8.0. More infos: Apache Maven 3.3.9, openjdk version "1.8.0_131" Ubuntu 16.10 What might this be causing? Log: [ERROR] Failed to…
ephox
  • 83
  • 2
  • 2
  • 7
2
votes
1 answer

New GWT Maven plugin (net.ltgt.gwt.maven) : no picking up of gwt.xml from src/main/resources (only src/main/java)

I have a simple GWT project; I've read here that: NOTICE There is a new plugin (archetypes and eclipse integration), a fresh start that correctly support multi-module projects, it is not version-bounded with GWT, support multiples GWT versions…
Andrei
  • 1,613
  • 3
  • 16
  • 36
2
votes
1 answer

How can I find the reason that Maven is rebuilding?

When I run Maven after changing nothing, maven-compiler-plugin often recompiles Java files; or maven-war-plugin rebuilds or copies a war even though nothing changed; or gwt-maven-plugin builds Google Web Toolkit code (on some computers, not others),…
Joshua Fox
  • 18,704
  • 23
  • 87
  • 147
2
votes
1 answer

Maven Tomcat deploy plugin with profiles

I am attempting to use profiles in my project pom.xml file to control deployment of my war file to a particular server. As an example, I have a local profile, and a development server profile. Here is how I have my profiles set up
2
votes
0 answers

Gradle generate Asynce(RPC) and i18n for GWT-projects like as maven-gwt-plugin do

Our team wants to migrate a gwt maven project to Gradle. We use gwt-maven-project as plugin to generate RPC source and i18n messages. It seems almost none dependable Gradle plug-in like gwt-maven-plugin for gradle project. Except exec task that call…
Cheng
  • 316
  • 3
  • 9
2
votes
1 answer

gwt 2.7 ignores exclude tag

I'm trying to migrate a project from gwt-2.6.1 to gwt-2.7. However, I'm facing a problem. In one of inherited modules tags in .gwt.xml are ignored by gwt compiler for some reason. So I have something like this in .gwt.xml:
EvilTosha
  • 157
  • 11
2
votes
2 answers

gwt-maven-plugin: Compile fails "with status 1"

I've been working on a GWT project for a while, and I believe since I've added new dependencies, I get the error below. Failed to execute goal org.codehaus.mojo:gwt-maven-plugin:2.6.1:compile (default) on project project: Command [[ /bin/sh -c…
hansi
  • 2,278
  • 6
  • 34
  • 42
2
votes
2 answers

gwt maven plugin - Is mojo.codehaus.org down?

what happened to http://mojo.codehaus.org ? Trying to enter in url http://www.codehaus.org. This domain has expired. If you are the owner of this domain, please click here to renew it. is it serious ?
Eduardo Fabricio
  • 2,151
  • 2
  • 25
  • 32
2
votes
2 answers

GWT Maven Project fails to compile - No source code is available for type

I've been tackling with this for hours now. Trying to compile a Maven GWT project, getting the following error at the GWT compilation point: [INFO] Compiling module com.ephesoft.dcma.gwt.login.Login [INFO] Validating newly compiled units …
sahar
  • 350
  • 2
  • 15