Maven SCM Plugin support for SVN
--------------------------------

         Key: SCM-137
         URL: http://jira.codehaus.org/browse/SCM-137
     Project: Maven SCM
        Type: Bug

  Components: maven-scm-provider-svn  
 Environment: Windows XP
    Reporter: Manisha Sur


the plugin.jelly script file in the maven-scm-plugin-1.4.1 tokenizes the svn 
repository connection string in such a way which is not conforming to the 
connection string given in the project.xml.

if project.xml contains:
<repository>
    <connection>scm:svn:file:///c:/SVN/REPOS/myApp</connection>
</repository>

if maven scm:checkout-project is fired , nothing happens.

-- 
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

Reply via email to