Dep on mcspring-vault should auto-add dependency to plugin.yml
Open
kylepls
opened this issue 5 years ago
•
1 comments
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