google-cloud-eclipse icon indicating copy to clipboard operation
google-cloud-eclipse copied to clipboard

More sensible staging defaults

Open elharo opened this issue 7 years ago • 1 comments

Found some internal docs that we should change these flags from the defaults to true when deploying:

--enable_jar_splitting=true --enable_jar_classes=true --delete_jsps=true

Currently these default to false. It's not immediately obvious if these ever need to be false, but they shouldn't be false by default.

It might make sense to fix this in appengine-plugins-core instead.

elharo avatar Feb 12 '18 18:02 elharo

We could incorporate these in the default appengine-web.xml template.

briandealwis avatar Feb 26 '18 21:02 briandealwis