@cgore it won’t work from leiningen. The architecture is basically completely different in terms of project structure representation and how plugins and middleware work.
You can use :pom-additions where you let lein output the maven stuff in the generated pom
And you could then use maven on that
But of course, that’s limited to what you can do since that may not fit your flow