<< deployAtEnd boolean 2.8 Whether every project should be deployed during its own deploy-phase or at the end of the multimodule build. If set to true and the build fails, none of the reactor projects is deployed
Default value is: false.
User property is: deployAtEnd. >>
This new option is available since Nuxeo 5.9.2 / Maven 3 + maven-deploy-plugin 2.8.
It should be activated by default since a partial deployment is an issue. That happens when the deployment is done by module and the full build fails at least after one module succeeded.
- depends on
-
NXBT-739 Do not break deployAtEnd option of maven-deploy-plugin
- Open
- is required by
-
NXP-13852 Make release script command "perform" use already built jars
- Open
-
NXP-19141 Fix random failures on npm builds
- Resolved
-
NXP-13826 Improve release scripts with commit message and unique build
- Resolved
-
NXP-14210 Make release script push to github only when build is successful
- Open