By checking project's structure, I can see that until branch 5.3.x, maven and gradle are available as build tools.
Starting from branch 6.x this is not the case. There is not a pom.xml
which in my understanding means that maven is not supported anymore as build tool.
However, on the official docs, for example for delegated authentication , dependency is also available as maven artifact(Maven tab).
So what is really happening? Is maven deprecated as build tool for the overlay?