Write transitive dependencies into maven pom

Hello,

how can I write the dependencies into the generated POM file?

Regards

Dependencies declared in the Gradle build script are written into the generated POM automatically. Why would you want to write transitive dependencies into the POM?

Sorry, you are right, the dependencies are listed correctly in the pom file. I’m using Nexus and I was confused by the client.

Thank for the quick response!

Regards