I need only two app-engine related jars (appengine-api-1.0-sdk-1.6.0.jar and appengine-api-labs-1.6.0.jar to be precise) in my WEB-INF/lib but Google Plugin for Eclipse (GPE) copies a dozen jars like the ones used for JDO, cache etc which i really dont need (to keep deployment and version controlling light). If I remove those from WEB-INF/lib the GPE keeps complaining and copies them back.
Same thing has been discussed earlier but it suggests writing an Ant task to remove those jars, which I really don’t want to do (as am not using any ant build.xml in my project).
Does anyone have any better solution? I am more of Netbeans/Maven guy but need to use eclipse here for sake of simplicity and officially supported plugin. Everything is freshly installed.
The new Google Plugin for Eclipse has an option that allows you to remove the Datanucleus JARs. This removes about 5-6 JAR files. If you don’t see the screen below, you should update your Google Plugin for Eclipse version:
Deployment is a non-issue because when you deploy, the SDK checks the hashes of the files in your local filesystem, compares these to hashes on Google servers, and only uploads files that have changed.