tipsy / j2html

Java to HTML generator. Enjoy typesafe HTML generation.
https://j2html.com/
Apache License 2.0
765 stars 137 forks source link

Maven multi module support #222

Closed sembler closed 1 year ago

sembler commented 1 year ago

The maven project structure has been refined to have clearer sub-projects and dependencies.

Attribute and Tag definitions have been moved into a static model file. The j2html-codegen project now produces a plugin that can read the model and generate the appropriate classes. Future projects can use this project with their own models to provide more expansive features than the core Jar.

sembler commented 1 year ago

Testing against older versions of the JDK (9 & 10) was removed. LTS versions are favored instead.