How to activate a Maven profile per pom.xml?

前端 未结 3 1977
后悔当初
后悔当初 2021-01-27 02:39

I have a large Maven project with one master module and lots of children, organized in a nice tree structure. However, some of the modules need special settings which would caus

3条回答
  •  不知归路
    2021-01-27 03:06

    Don't use profile, Mateusz Balbus answer, that is define nested pom-packaged project that define java and scala modules respectively

提交回复
热议问题