On 3/10/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> The pom in the scm, I then check out the project then, I can run maven from
> the work directory.
>
> Then the release:prepare replaces the current pom with the tag pom that is
> generated.
>
> Can someone help with this problem?
>
> Thanks,
Caveat: I have not done any of this yet, we are nowhere near needing
to build a release, however I scraped this off the list somewhere so I
am including it here in case it offers you any help. I have no idea
whether the release plugin has had the known issues fixed. I would
suggest checking JIRA.
Notes I have collected follow:
-----------------
Given that the mvn release:prepare / perform still has known major issues.
Does anyone out there have a reliable method for doing a manual release. e.g .
1) Can you just do a search and replace
<version>1.0-SNAPSHOT</version>
replace with
<version>1.0</version>
I guess you have to look at each dependency first ?
2) Then check into SCM
3) Then do you do a CVS label / tag
4) Then do you do a second search and replace for <version>1.0<
<version>1.0</version>
replace with
<version>1.1-SNAPSHOT</version>
Again I guess you have to look at all dependencies first ?
5) Then check into SCM again ?
Any thoughts on how to semi automate the replace steps ? or at least
document how to do a manual mvn release.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]