Tuesday, November 30, 2010

Re: mvn plugin

Stefan,

If you add the plugin to your plugin list in the pom,
than gwt:compile is automatically added in the phase compile
and therefor run upon "mvn install".


<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>gwt-maven-plugin</artifactId>
<version>2.1-20101001.MGWT219</version>
...

Op 28-11-10 15:25, Stefan Bachert schreef:
> Hi,
>
> I am about to switch to maven.
> Using gwt-maven-plugin.1.3.2
>
> It looks strange to me that the goal "install" does not include a
> "gwt:compile".
> Has someone any idea why?
>
> Stefan Bachert
> http://gwtworld.de
>

--
With kind regards,
Geoffrey De Smet


--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment