Improve spotbugs and cleanup m2e warnings

* Suppress warnings in m2e (in Eclipse) about unknown plugin goals
* Use spotbugs annotation, and remove main method with spotbugs error
* Increase spotbugs rank to max (20)
* Remove redundant plugin versions inherited from parent POM
* Add safety check for instanceName characters
* Limit the exception catching to the checked exceptions thrown
3 files changed
tree: d71aeef916563e6d0445e70de364e719a2375ee6
  1. contrib/
  2. src/
  3. .gitignore
  4. .travis.yml
  5. LICENSE
  6. NOTICE
  7. pom.xml
  8. README.md
README.md

Apache Accumulo Maven Plugin


Build Status Maven Central Javadoc Apache License

This Maven plugin allows users to run a mini, single-node version of Apache Accumulo in their application build for integration testing.

See the [plugin documentation][plugin-docs] for more details.