Maven profile properties are not “overriding”

后端 未结 5 1311
忘了有多久
忘了有多久 2021-02-19 10:09

I have Maven multi-module project with such structure:

parent-pom-project

-- module1

-- module2

At the paren

5条回答
  •  猫巷女王i
    2021-02-19 10:41

    You could try to use the mvn help:effective-pom -Ptest command to see the paramters used in your build.

    See http://maven.apache.org/plugins/maven-help-plugin/plugin-info.html for more details.

提交回复
热议问题