Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.werken.com/secure/ViewIssue.jspa?key=MAVEN-289 Here is an overview of the issue: --------------------------------------------------------------------- Key: MAVEN-289 Summary: Handle local CVS repositories Type: Improvement Status: Assigned Priority: Major Time Spent: Unknown Estimate: 1 hour Project: maven Component: None Assignee: Jason van Zyl Reporter: Ben Walding Created: Fri, 21 Feb 2003 4:51 PM Updated: Fri, 21 Feb 2003 4:51 PM Description: Maven Developers, Attached is a patched version of CvsChangeLogGenerator.java that includes support for local CVS repositories. I had a workaround that was working fine in b7, but it was broken in b8 so I added this tweak. We use maven on our build machine that has the cvs repository on it to generate site documentation as part of the nightly build process so we want local repository access for changelog as that report is one that is very useful to us. I couldn't test the remote, but it's a very simple tweak and shouldn't break anything. The relevant lines are from 124 to 150. If you specify the connection string as: scm:cvs:local:local:/opt/cvs-repository:project the code will look for the 3rd token as 'local' and set the cvsroot appropriately. Thanks, Eric Weidner Out-of-the-Box http://www.ejbsolutions.com --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.werken.com/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
