Hello everybody, today I stumbled upon a difference between perform and stage: - while perform takes an parameter localCheckout, stage does not - I opened "MRELEASE-901Goal stage should take parameter localCheckout as well" [1]. - while inspecting the code I found lot of duplicates. - so my idea is to pull up most of the code to AbstractReleaseMojo and consolidate most of the execute block and only differ while adding default goals resp. setting the alternativeDeployRepository. - one problem I see is, however, that some parameters were introduced later on, so how to handle the @since annotations here?
Best Regards Mirko [1] http://jira.codehaus.org/browse/MRELEASE-901 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
