0

我有一个这样的 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发布配置?

4

0 回答 0