/**
* Set the GWT version number - used to build dependency paths,
should match
* the "version" in the Maven repo.
*
* @parameter default-value="1.5.3"
*/
private String gwtVersion;
The above is causing gwt 1.5.3 to be the version that the plugin
depends on . I had to set this to 1.6.4 in AbstractGWTMojo and re-
install to my local maven reop to get my project that uses GWT to work
with all 1.6.4 dependencies.
This looks like it may be a bug as no matter what version you specify
in your pom with the
<properties>
<gwtVersion>1.5.3</gwtVersion>
</properties>
The plugin.xml always has 1.5.3 set in it's configuratoin.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"gwt-maven" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/gwt-maven?hl=en
-~----------~----~----~----~------~----~------~--~---