On 31 August 2012 12:13, koma <[email protected]> wrote: > I can see I have two mvn plugins in my .m2 repo : > > ./org/codehaus/mojo/gwt-maven-plugin/2.4.0 > and > ./org/codehaus/mojo/gwt-maven-plugin/2.5.0-rc1 > > How do I tell maven from taken the correct one ?
The plugin version for the GWT Maven plugin isn't properly locked down in the POM. In fact, nothing has been locked down. Without locking down versions these are the problems you get. -- 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.
