mcspring icon indicating copy to clipboard operation
mcspring copied to clipboard

Dep on mcspring-vault should auto-add dependency to plugin.yml

Open kylepls opened this issue 5 years ago • 1 comments

kylepls avatar Feb 24 '20 17:02 kylepls

Project Goals

  • Generate plugin.yml and main class and add to jar compilation.
  • Extract description, name, etc., from the pom.xml of the project and add to the plugin.yml. https://bukkit.gamepedia.com/Plugin_YAML
  • Replace the existing annotation processor mcspring-annotations with something less hacky.
  • Increase test coverage of the project.
  • Add transitive @DependsOn annotations to the plugin.yml. So just depending on mcspring-value would add the dependency to the plugin.yml

kylepls avatar Mar 17 '20 05:03 kylepls