Fork me on GitHub
#leiningen
<
2021-02-20
>
mikerod17:02:20

@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.

mikerod17:02:43

You can use :pom-additions where you let lein output the maven stuff in the generated pom

mikerod17:02:50

And you could then use maven on that

mikerod17:02:09

But of course, that’s limited to what you can do since that may not fit your flow