danilodeLuca / appengine-maven-plugin

Automatically exported from code.google.com/p/appengine-maven-plugin
Apache License 2.0
0 stars 0 forks source link

Flag to configure blobstore location #26

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

We are already using the flag
<jvmFlags>
    <jvmFlag>-Ddatastore.backing_store=${project.basedir}/local_db.bin</jvmFlag>
</jvmFlags>

It would be great to be able to move the blobstore to a custom location (in 
this case the project root) as well

Or if this is already possible please can you add it to the documentation.

Original issue reported on code.google.com by andrew.b...@apps4u.co on 15 May 2013 at 9:50