Hi all, in the PLC4X project I wanted to have our documentation always up to date, so we pass maven properties to asciidoctor and reference these. This worked fine for things like “project.version”, however we also added a little groovy script to also calculate things like: next-minor-release, next-bugfix-release etc. In order to pass also these dynamic properties, I had to jump quite some extra hoops:
https://github.com/apache/plc4x/commit/434c590d9a4f33eab8b172c39023023e71b375ce Just thought this might be interesting for this project too … Chris
