jakartaee / validation-spec

Jakarta Validation spec document
http://beanvalidation.org
Apache License 2.0
20 stars 22 forks source link

Maven build #276

Closed mswatosh closed 7 months ago

mswatosh commented 7 months ago

This should be a good base for #274. It works with no changes to the asciidoc files.

Builds the spec:

Not all the functionality of the build.xml is ported, including things like the CI variables. I'm not sure what all should be ported vs what can be left in the build.xml.

The only major piece missing as far as I can tell is building the preprocessed adoc, which works, but will require a new version of hibernate-asciidoctor-extensions with this PR included: https://github.com/hibernate/hibernate-asciidoctor-extensions/pull/51

starksm64 commented 7 months ago

So I tried building your branch with 2.0.1-SNAPSHOT build of the hibernate-asciidoctor-extensions and the differences in the html versions are insignificant. I'll merge this as it is an improvement.