[ http://jira.codehaus.org/browse/MPCHANGELOG-81?page=comments#action_56541 ]
Dennis Lundberg commented on MPCHANGELOG-81: -------------------------------------------- That is a valid question. At the moment it does not have to be the same. I ran this set of commands: mvn scm:validate -DconnectionUrl="scm:cvs:pserver:[EMAIL PROTECTED]:/home/cvspublic:module" mvn scm:validate -DconnectionUrl="scm:cvs|pserver|[EMAIL PROTECTED]|/home/cvspublic|module" mvn scm:validate -DconnectionUrl="scm|cvs|pserver|[EMAIL PROTECTED]|/home/cvspublic|module" Using maven-scm-alpha-2 (couldn't find alpha-1 anywhere) produced these results: VALID VALID INVALID Using maven-scm-beta-3-SNAPSHOT produced these results: VALID VALID VALID As you can see this is consistent with what is in RepositoryTest. In both versions a url starting with "scm:" can use "|" as separator. The only difference is in the third case, which I indicated is something that is coming in the next version of maven-scm. > Some valid scm urls are not allowed by this plugin > -------------------------------------------------- > > Key: MPCHANGELOG-81 > URL: http://jira.codehaus.org/browse/MPCHANGELOG-81 > Project: maven-changelog-plugin > Type: Bug > Reporter: Dennis Lundberg > Attachments: ChangeLogTest.java, MPCHANGELOG-81.patch > > > The solution to MPCHANGELOG-72 introduced a new bug. It is no longer possible > to use an scm url that uses "|" as the separator. > There is also a possible future problem in this plugin with regards to scm > urls. Upcoming versions of maven-scm will allow an scm url to start with > "scm|" as well as "scm:". -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
