opensearch-plugin-template-java
opensearch-plugin-template-java copied to clipboard
[BUG] CI should validate built plugin file structure
What is the bug? If the file structure is incorrect (missing License for example) the CI passes.
How can one reproduce the bug? Steps to reproduce the behavior:
- Remove file extention of License
- Build project
- File is missing from folder
- Commit changes in new branch and see that CI passes.
What is the expected behavior? CI validates files in plugin. Fails on any missing files.
@lukas-vlcek if you are up for it let me know:)
@AmiStrn I can take it. Feel free to assign it to me.