custom pom.xml filename in maven multimodule

前端 未结 3 1007
暗喜
暗喜 2021-01-04 10:00

I have a maven3 multimodule project, and for a strange reason i need to customize POM filename for one of my child module (ie: module-pom.xml)

Is it possible to conf

3条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-01-04 10:45

    A solution is to apply the inverse logic, and use "mvn -f standalone-pom.xml clean package" to build lgpl-reactor as a standalone project ... But it'll be better if standalone project is build with a standard maven2 command line.

提交回复
热议问题