Leiningen, is there something like mvn help:effective-pom?
Asked Answered
D

3

5

In Leiningen, is there something like Mavens "mvn help:effective-pom"?

I want to know which dependencies are imported as transitive deps of my deps.

Dillon answered 10/6, 2012 at 19:29 Comment(0)
Y
4

Not sure if this is exactly what you're looking for, but with Lein 2 you can run lein deps :tree to see a dependency tree.

Yapok answered 10/6, 2012 at 20:10 Comment(0)
P
3

uvtc response is right, but remember that you can always do "lein pom" to generate a pom and then work with whatever maven tool/plugin you want

Peppard answered 10/6, 2012 at 23:28 Comment(0)
C
0

I was just looking for an answer to the same question when I saw this page. In the meanwhile, I have discovered

lein pprint

which does something very similar to help:effective-pom

Chartography answered 21/10, 2013 at 11:39 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.