No need to wait. You can specify the GWT dependencies in the
gwt-maven-plugin like this:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>gwt-maven-plugin</artifactId>
<version>2.1.0-1</version>
<dependencies>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-user</artifactId>
<version>2.1.1</version>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-dev</artifactId>
<version>2.1.1</version>
</dependency>
</dependencies>
...
On Mon, Dec 20, 2010 at 4:16 AM, jerome Thoma <[email protected]> wrote:
> Great news! Did I get it right though that I have to wait until a new
> version of the mojo GWT compiler plugin has been releases before I can
> use 2.1.1 with Maven?
>
> Greetings
> Jerome Thoma
> Software Engineer / VdL
>
> On Dec 17, 8:41 pm, David Chandler <[email protected]> wrote:
>> http://googlewebtoolkit.blogspot.com/2010/12/gwt-211-is-now-available...
>>
>> --
>> David Chandler
>> Developer Programs Engineer, Google Web
>> Toolkithttp://googlewebtoolkit.blogspot.com/
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" 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/google-web-toolkit?hl=en.
>
>
--
David Chandler
Developer Programs Engineer, Google Web Toolkit
http://googlewebtoolkit.blogspot.com/
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" 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/google-web-toolkit?hl=en.