首页 > 解决方案 > 多级模块Maven发布配置

问题描述

我有一个这样的 java-maven 项目结构:

parent-project
    |-pom.xml
    |-super-child-module-1
         |-pom.xml
         |-child-1-of-super-child-module-1
                 |-pom.xml
         |-child-2-of-super-child-module-1
                 |-pom.xml
    |-super-child-module-2
         |-pom.xml
         |-child-1-of-super-child-module-2
                 |-pom.xml
         |-child-2-of-super-child-module-2
                 |-pom.xml

如何为上述结构编写一个maven发布配置?

标签: javamavenrelease

解决方案


推荐阅读