I couldn't find any mention of local datastore location config param in current Appengine java documentation.
I remember some years ago there was this key: -Ddatastore.backing_store. However nothing is mentioned about this in current documentation.
Onlysome old blogs mentioned it : http://turbomanage.wordpress.com/2011/06/25/preserving-the-datastore-in-gae-dev-mode/
What is the latest situation ? Has this config been deprecated?
What is the current way to do that? What people use with Maven, to prevent datastore cleanup on each rebuild?