Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/browse/MAVEN-1556 Here is an overview of the issue: --------------------------------------------------------------------- Key: MAVEN-1556 Summary: Inconsistent use of repositoryConnection and repositoryDeveloperConnectio Type: Bug Status: Unassigned Priority: Major Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: maven Versions: 1.0.2 Assignee: Reporter: Martin West Created: Wed, 26 Jan 2005 6:29 PM Updated: Wed, 26 Jan 2005 6:29 PM Environment: All Description: 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> --------------------------------------------------------------------- JIRA INFORMATION: 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 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]