gwt-user.jar is needlessly copied to the war
--------------------------------------------

                 Key: MGWT-280
                 URL: http://jira.codehaus.org/browse/MGWT-280
             Project: Maven 2.x GWT Plugin
          Issue Type: New Feature
    Affects Versions: 2.2.0
            Reporter: Philippe Beaudoin


When using <copyWebapp>true</copyWebapp>, gwt-maven-plugin copies gwt-user.jar 
to the war, even if gwt-user is marked as a <scope>provided</scope> dependency, 
which is typically the case as gwt-user.jar is not needed on the server. It can 
also cause problems on AppEngine since gwt-user.jar is larger than the maximum 
allowed size for a single jar.

gwt-maven-plugin should probably skip gwt-user.jar (and any 
<scope>provided</scope> dependency?) when copying the web app.

For discussions and workarounds see:
  
https://groups.google.com/d/topic/codehaus-mojo-gwt-maven-plugin-users/Si8eqJsVjdE/discussion

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
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


Reply via email to