Make test scripts clean up duplicate classes (#16)

The test scripts in start create multiple classes with the same name
that can cause problems for IDEs. The classes are only used to create
jars for the VFS tests so just drop the intermediate class files when done
creating the jars.

Note: This is the same fix used in Accumulo:
https://github.com/apache/accumulo/commit/f5121ec
2 files changed
tree: 5fe700153ba32617042433de2b31e701f232996a
  1. .github/
  2. contrib/
  3. modules/
  4. .asf.yaml
  5. .gitignore
  6. LICENSE
  7. NOTICE
  8. pom.xml
  9. README.md
README.md

Apache Accumulo Classloader Extras