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?
It's not mentioned in the documentation but it still works.
If you want to modify the store location without using maven, you can specify it in the command line of the dev server like this :
Be careful though, since they are not documented features, Google might decide to remove them without warning.