Super POM, Parent POM type of hierarchy management in Gradle

前端 未结 3 1864
没有蜡笔的小新
没有蜡笔的小新 2021-02-20 17:36

We are currently using Maven as our build tool and there is a directive to migrate to Gradle. Our current setup is:

  1. We have a super POM that defines all third part
3条回答
  •  被撕碎了的回忆
    2021-02-20 17:51

    You can convert the Parent pom content in to Gradle init file very easily.

    You need to take

    • repository,
    • distribution management
    • profiling
    • other checks like findbugs, checkstyle etc

    in to init script.

    The detail is huge, You can find complete information here by me.

    http://www.scmtechblog.net/2015/12/how-to-migrate-parent-pom-from-maven-to.html

提交回复
热议问题