Add <deploy> configuration corresponding to new -deploy option in GWT 2.3.0 ---------------------------------------------------------------------------
Key: MGWT-302 URL: https://jira.codehaus.org/browse/MGWT-302 Project: Maven 2.x GWT Plugin Issue Type: New Feature Environment: all Reporter: David Chandler GWT 2.3.0 dev mode and compiler added a -deploy option where you can specify the directory used for deployable artifacts (symbolMaps and rpcManifests). The plugin should support this option via a new <deploy> config tag. As the deployable artifacts are only used for debugging, this option is useful to prevent deployment of compilation artifacts to a production server by moving them to a directory outside the war folder. >From the built-in help, this is what -deploy does: The directory into which deployable but not servable output files will be written (defaults to 'WEB-INF/deploy' under the -war directory/jar, and may be the same as the -extra directory/jar) -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email