mcspring
mcspring copied to clipboard
Dep on mcspring-vault should auto-add dependency to plugin.yml
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-annotationswith something less hacky. - Increase test coverage of the project.
- Add transitive
@DependsOnannotations to the plugin.yml. So just depending onmcspring-valuewould add the dependency to the plugin.yml