I have been working on generating a list of depend...
# plugin-development
r
I have been working on generating a list of dependencies for my grade project. I am using Maven Publish for that, every time I try, I can see direct dependencies and some transitive too but I don't see many bom-based dependencies listed in my output. For instance, if I take Flink streaming risk, I can see all jar dependencies but the ones listed within the pom file in Maven Central such as JUnit and junit-bom are not visible could anyone possibly help me out
m
Junit is usually a test dependency. It's very rare to publish it to Maven Central. Is this really what you want?