This repository has been archived by the owner on Sep 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
Upload task should enable JAR splitting by default #8
Comments
ghost
assigned bmuschko
Nov 16, 2011
The changelog says its enabled by default, but i got this message during the deploy:
the log contains:
The file "gwt-user-2.7.0.jar" is around 31M. |
This repository is not maintained anymore. Please address the issue in the new repository of the plugin. |
you should not upload this jar. This is only be supposed to be used in development of the app (only at compile time). This will be provided by app engine at run time. Try using "provided" as scope in maven for this jar. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For uploading the WAR file to GAE you might run into a size constraint if your artifact is really big. This is a known issue. Google recommends setting the option
--enable_jar_splitting
to improve this.For more information see this posting on the Gaelyk Google Groups.
The text was updated successfully, but these errors were encountered: