Details
Description
- check out 2.12.xx
- run mvn javadoc:javadoc
- you will get a build error because there is a dependency on hippo-ecm-tools-documentation 2.09.01-SNAPSHOT
I opened the root pom.xml, searched for 2.09.01-SNAPSHOT, and changed it into ${pom.version}. This seems to solve the issue.