Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I use the plugin with a GWT project built with Maven?

built gwt Maven plugin project
0
10 Posted

How do I use the plugin with a GWT project built with Maven?

0
10

Although GWT projects typically use the Ant build system, it is also possible to use GWT and the Google Plugin for Eclipse with projects built with Maven. We recommend using Eclipse for Java EE when developing Maven projects, because it allows you to modify your source code and resources during a debugging session and have the changes automatically reflected in your running application. To enable this behavior, you’ll need to convert your Maven project to an Eclipse Dynamic Web Project: • Open the New Dynamic Web Project wizard. Set the Project name and any applicable options, then click Next. • On the Java page, remove the default source folder (src) and add your Maven source folders (e.g. src/main/java, src/main/resources, and src/test/java). Click Next. • On the Web Module page, set the Content directory to src/main/webapp and click Finish. • Import your project’s source code and resources into the newly-generated project, and set up your build path. • Finally, follow the steps in t

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123