Can I create a Maven POM-only (BOM) build using the Gradle maven plugin to be deployed to Nexus?

后端 未结 4 411

I have a Gradle project which uses Spring\'s dependency management plugin to define a list of dependency versions. I am also using the Maven plugin to deploy the project to

4条回答
  •  独厮守ぢ
    2021-01-13 02:54

    You should consider that plugin which has a DSL to create BOMs the gradle way :

    https://github.com/xvik/gradle-pom-plugin

    Julien

提交回复
热议问题