I am not sure exactly why you need to do this, but I guess that's a different topic ;). But, for the record, "gwt" is not a "phase."
Here are the phases (well, some of the common ones): http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html. The GwtMojo is bound to the compile phase. On Oct 17, 7:16 am, Malte <[EMAIL PROTECTED]> wrote: > I want to execute the maven-antrun-plugin after I have closed the > GWTShell. I tryed following configuration: > <execution> > <id>rpcPolicyCopy</id> > <phase>gwt</phase> > <configuration> > <copy toDir="${basedir}/target/tomcat/webapps/ROOT"> > <fileset > dir="${basedir}/target/${artifactId}-${version}/.gwt-tmp/ > shell"> > <include name="**/*.gwt.rpc"/> > </fileset> > </copy> > </configuration> > <goals> > <goal>run</goal> > </goals> > </execution> > But nothing happend after closing the shell. Maybe someone could help > me? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
