Hi, The Mojo team is pleased to announce the release of the Gwt Maven Plugin, version 2.1.0-1
http://mojo.codehaus.org/gwt-maven-plugin/ You should specify the version in your project's plugin configuration: <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>gw-maven-plugin</artifactId> <version>2.1.0-1</version> </plugin> Release Notes - Maven 2.x GWT Plugin - Version 2.1.0-1 ** New Feature * [MGWT-203] - Add support for the -compileReport and -XsoycDetailed compiler flags * [MGWT-209] - Add support for CSS file generation using com.google.gwt.resources.css.InterfaceGenerator * [MGWT-236] - Running application with AppEngineLauncher * [MGWT-238] - add a mojo parameter to use -compileReport compiler option * [MGWT-239] - add a mojo parameter to configure gwt compiler optimization level * [MGWT-240] - add a mojo parameter to use -strict compiler option * [MGWT-242] - Create a reporting mojo to display link to reports generated via cli option -compileReport * [MGWT-243] - add a mojo parameter to use -XsoycDetailed compiler option ** Improvement * [MGWT-97] - generated pom.xml generated with Windows newlines on all platforms. * [MGWT-185] - Support Netbeans debug via gwt:debug * [MGWT-193] - Better wording for MGWT-118 * [MGWT-197] - Running DevMode with Netbeans IDE * [MGWT-210] - provide standard 'skip' option for soyc and compiler report mojos * [MGWT-214] - Add ability to set a localWorkers parameter from command line * [MGWT-217] - bindAddress parameter of compiler can not be set in task gwt:debug * [MGWT-220] - Don't hardcode the project version as the gwt version in the IT tests but reuse the gwt.version property from the main pom (easy patch attached) * [MGWT-224] - Cannot use gwt:run on a clean project which uses src/main/webapp * [MGWT-227] - Don't enable soyc by default because it easily generates GB's of data and build servers like hudson don't like that * [MGWT-229] - Include Google private changes into codehaus mojo plugin * [MGWT-230] - Alternative for gwt:resources in Multi-module Gwt project * [MGWT-231] - Add Option for bindAddress in RunMojo ** Sub-task * [MGWT-204] - MacOSX: Exception in thread "main" java.lang.NoClassDefFoundError: com/google/gwt/dev/Compiler ** Bug * [MGWT-184] - webXmlServletPathAsIs has no effect anymore in mergewebxml * [MGWT-192] - gwt:soyc does not produce report * [MGWT-200] - Incorrect info on website for using the archetype * [MGWT-202] - Website typo for mailing list subscribe * [MGWT-205] - java.lang.NoClassDefFoundError: org/codehaus/mojo/gwt/MavenTestRunner * [MGWT-213] - "extra" parameter is ignored when soyc report generation is disabled * [MGWT-216] - Resource Filtering, does not filter all copy's of the resources. * [MGWT-219] - In gwt:compile the gwt-dev library should be on the classpath before the project dependencies * [MGWT-222] - Maven resource filtering should work for resources used by the GWT plugin * [MGWT-232] - GwtTestSuite fails (Failed to invoke suite():java.lang.NoClassDefFoundError: com/google/gwt/dev/cfg/Condition) * [MGWT-233] - Cannot generate GWT 2.1.0 project -- Archetype repository missing -- it creates GWT 1.7.1 project instead * [MGWT-234] - archetype : mvn package gives error -- Messages path incorrect * [MGWT-235] - Resources xml (like web.xml) in src/main/webapp aren'y copy in build output directory with gwt 2.1.0 , works with gwt 2.0.3 * [MGWT-237] - Misspelling in warning message * [MGWT-241] - Compile option doesn't allow you to specify -extra option without also specifying -soyc * [MGWT-248] - goals site pages contains huge cyan background Have Fun ! -- The Mojo Team --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
