Is there a reason this information was dropped from the project descriptor? I'd like to have the version history information (including version numbers, SCM tag names, and possibly dates and descriptions) stay with the project description in source control. All I'd want in the repository is the version numbers, and I don't like the idea of having information in the repository that can't be reconstructed easily.
I guess I can create a plugin that records this information and generates a report (or bring back the changes plugin and add SCM tag information). But this brings back the question I brought up earlier: how can I create a plugin that executes the goal of another plugin (in this case, my own release plugin that adds information about the release to my release report, then calls the release:prepare goal). ..David.. -----Original Message----- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 22, 2005 9:03 PM To: Maven Users List Subject: Re: [m2] Moving <versions> from project.xml to pom.xml In the repository - there is no direct conversion here, but it could be constructed. - Brett On 11/23/05, Paul Spencer <[EMAIL PROTECTED]> wrote: > I am starting the process of converting projects from m1 to m2. My m1 > projects have a lot of historical information in the <versions> tag of > project.xml that I would like to preserve. My question is, where is > the version history maintained in m2? > > Paul Spencer > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
