Details
Description
I think that the release process should use the release plugin rather than the maven-release classes directly.
Actually, it's possible to choose the maven installation to execute the compilation in continuum, BUT the maven version used to release a project can't be changed because of the compilation/runtime dependency of continuum-release.
Also, if I configure the release plugin in pom.xml (for default values or to use a specific version of the plugin), this is ignored by continuum.
What do you think about externalize the release execution using external command line as you do to execute scheduled goals ? Is there any blocker issue so that it's not possible ?
Attachments
Issue Links
| This issue relates to: | ||||
| CONTINUUM-1572 | Release should support Build Environments (formerly called Continuum Profiles) |
|
|
|
| CONTINUUM-2028 | Continuum release prepare should use maven-release-plugin scmCommentPrefix configuration in pom |
|
|
|
| This issue is related to: | ||||
| CONTINUUM-2364 | Partial release plugin configuration loses the defaults for unconfigured items |
|
|
|
I think the answer here is that we need to be able to use the configuration from the POM (which I believe is already filed). Executing the release plugin externally doesn't seem to make much sense - you'd get the same functionality from the classes. You'd also lose the ability to monitor it's progress.