You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2005/09/28 16:00:12 UTC

[jira] Closed: (MNG-1031) SCM connection attribute being inherited incorrectly

     [ http://jira.codehaus.org/browse/MNG-1031?page=all ]
     
Brett Porter closed MNG-1031:
-----------------------------

    Resolution: Won't Fix

> SCM connection attribute being inherited incorrectly
> ----------------------------------------------------
>
>          Key: MNG-1031
>          URL: http://jira.codehaus.org/browse/MNG-1031
>      Project: Maven 2
>         Type: Bug
>   Components: maven-project
>     Versions: 2.0-beta-2
>     Reporter: Matthew Beermann

>
>
> (Not sure of the correct component, but taking a stab at it...)
> It appears that the <connection> attribute of <scm> is being modified as it is inherited, but not correctly. For example, if my parent project had something like:
> <scm>
>     <connection>scm:cvs:pserver:anonymous@server:/projects:</connection>
> </scm>
> ...then the final value of the attribute, as seen by the children and any plugins, ends up looking something like:
>     scm:cvs:pserver:anonymous@server:/projects:/my-artifact-id
> ...which is wrong. It appended the artifact id automagically, which is good, but it added a leading slash that CVS doesn't like at all. It does work in Subversion I suspect. Anyway, I'm not sure where the appending happens, so reassign as needed...

-- 
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org