Execute Maven plugin goal on parent module, but not on children

前端 未结 5 1518
生来不讨喜
生来不讨喜 2020-12-08 01:47

We have a multi-module maven project that uses a profile that defines a buildnumber-maven-plugin to increment a build number and then check it into source control.

I

5条回答
  •  再見小時候
    2020-12-08 02:16

    Just an addition to the great answers here: note that per-execution inheritance is broken in Maven 2: http://jira.codehaus.org/browse/MNG-3959

提交回复
热议问题