thymeleaf-extras-eclipse-plugin
thymeleaf-extras-eclipse-plugin copied to clipboard
Move schema out into its own project/repo
The schema that this plugin relies on, and which we share on a public URL for other dialects to make use of, is hosted inside this project. This project, however, is for the Eclipse plugin, not the dialect schema.
I think we should create a new repo for the schema file, as well as the generated JAXB classes that can read schema files, and then just have this plugin pull that in.
Also, many of the issues in this repo aren't directly related to the plugin, but rather schema enhancements. Such a move should create a better separation of concerns.