Skip to content

cheleb/m2eclipse-wtp-gdt

Repository files navigation

Maven GWT WTP integration plugin And sample archetype

Allow to maintain sync the generated I18N, css, Async class with their sources (respectively I18N bundles, css files, Remte Services classes).

Plugin build:

cd org.maven.ide.eclipse.gdt/

mvn clean install

Use the update site to install the configurator plugin into your eclipse.

Archetype installation:

cd org.maven.archetype.gdt.m2eclipse-gdt-webapp/ mvn clean install

The archetype will allows you to bootstrap a project.

Usage sample:

mvn archetype:generate -DarchetypeGroupId=org.maven.archetype.gdt -DarchetypeArtifactId=m2eclipse-gwt-webapp -DarchetypeVersion=1.0.0 -DgroupId=test -DartifactId=test -Dversion=1.0.0 -DclassPrefix=Test -Dname=MyName -DgwtModule=MyModule

About

Temporary GWT/WTP maven integration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages