I've noticed a change in behavior today, the default data source is now writing to a local directory instead of where Maven is invoked.
So, earlier in the week I could run mvn tomee:run and it would by default create a HSQLDB in the $CWD/data/ directory. Now it is in target/apache-tomee/data/ directory. Additionally, an executable war built by TomEE is moving the data directory to be under .distribution/ directory. This is very problematic because the .distribution directory is removed quite easily by the executable war itself..
