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

    Fix Version:     (was: 1.8)
     Resolution: Won't Fix

the standard connection needs to be used, as not everyone has access to the 
developer connection. The standard connection is intended for read-only use, 
such as for the changelog plugin.

> Inconsistent use of repositoryConnection and repositoryDeveloperConnectio
> -------------------------------------------------------------------------
>
>          Key: MPCHANGELOG-62
>          URL: http://jira.codehaus.org/browse/MPCHANGELOG-62
>      Project: maven-changelog-plugin
>         Type: Bug
>  Environment: All
>     Reporter: Martin West

>
>
> The scm plugin uses developerConnection and the repositoryConnection but the 
> report plugins like changelog, file-activity, developer-activity perform the 
> test the other way round.
> The report plugins should use the scm plugin test order ...
>         <j:if test="${!empty(value)}">
>           <echo>Using connection: ${pom.repository.developerConnection}</echo>
>           <j:set var="conn" value="${pom.repository.developerConnection}" />
>         </j:if>
>       </j:if>
>                                                                               
>                         
>       <j:if test="${conn == null}">
>         <j:set var="value" value="${pom.repository.connection}"/>
>         <j:if test="${!empty(value)}">
>           <echo>Using connection: ${pom.repository.connection}</echo>
>           <j:set var="conn" value="${pom.repository.connection}" />
>         </j:if>
>  
> Not ....
>           <j:set var="_connection">${pom.repository.connection}</j:set>
>         <j:if test="${empty(_connection)}">
>         <j:set var="_connection">${pom.repository.developerConnection}</j:set>
>         </j:if>

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

Reply via email to