Remove hardcoded plugin name that does not match jar from BUCK build

The BUCK build generates a x-docs.jar (with dash), which nicely
matches the repository name x-docs (with dash). However, when loading
the jar, the plugin shows up as xdocs (no dash).

To harmonize names, we drop the hardcoded dashless plugin name. This
makes naming more consistent, helps with automated system tests, and
also allows people to load the plugin under whatever name they choose
to.

Change-Id: I05ffc0b4555d9fd02784a389f8d6725df060999f
1 file changed
tree: 69763714f632a0ffe05dd8dd33ddd0317da51f8f
  1. .settings/
  2. lib/
  3. src/
  4. .buckconfig
  5. .gitignore
  6. BUCK
  7. LICENSE
  8. pom.xml
  9. VERSION