From c35a834da3d2807097772414c4d257ec2818217e Mon Sep 17 00:00:00 2001 From: ltheussl Date: Thu, 16 Mar 2006 17:53:38 +0000 Subject: [PATCH] PR: MPCHANGELOG-82 Ability to remove links to source/revision in changelog report. Links are only constructed if repository.url is present. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@386405 13f79535-47bb-0310-9956-ffa450edef68 --- changelog/src/plugin-resources/changelog.jsl | 11 +++++++++-- changelog/xdocs/changes.xml | 1 + 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/changelog/src/plugin-resources/changelog.jsl b/changelog/src/plugin-resources/changelog.jsl index 3d41a958..027580ab 100644 --- a/changelog/src/plugin-resources/changelog.jsl +++ b/changelog/src/plugin-resources/changelog.jsl @@ -126,8 +126,15 @@ v${revision} - ${name} - v${revision} + + + ${name} + v${revision} + + + ${name} v${revision} + + diff --git a/changelog/xdocs/changes.xml b/changelog/xdocs/changes.xml index 62358c5b..7d5b87f9 100644 --- a/changelog/xdocs/changes.xml +++ b/changelog/xdocs/changes.xml @@ -25,6 +25,7 @@ + Don't construct links to files if repository.url is absent. NullPointerException if developer's id is missing. Replace netbeans's cvslib-3.6 by cvsclient-20051129.