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
-~----------~----~----~----~------~----~------~--~---