Hi, I would like to enhance the release plugin's prepare goal to do the following: 1. Create a file in the project folder that holds the release tag that the user has entered as a part of the release:prepare dialog. 2. Check in this file, along with the others in the tag branch (in SVN). 3. Delete this file from the dev(trunk) branch.
To do above, I was going to enhance the PerformReleaseMojo.java But I cannot find the following classes anywhere on in the svn repository: org.apache.maven.shared.release.config.ReleaseDescriptor org.apache.maven.settings.Settings org.apache.maven.model.Profile I have looked in (almost) all folders in this repository: http://svn.apache.org/repos/asf Also, if anyone has any pointers as to how I can achieve this.. please share the light :). Thanks in advance, Pankaj -- View this message in context: http://www.nabble.com/Pointers-to-tf3603203s177.html#a10066366 Sent from the Maven Developers mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
