From 454c286792c747d4c90fab86fbda1a95cdf3ba73 Mon Sep 17 00:00:00 2001 From: evenisse Date: Mon, 9 Feb 2004 13:58:13 +0000 Subject: [PATCH] Fix Project information when issue tracking url and scm url are blank git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114692 13f79535-47bb-0310-9956-ffa450edef68 --- xdoc/src/plugin-resources/templates/project-info.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xdoc/src/plugin-resources/templates/project-info.xml b/xdoc/src/plugin-resources/templates/project-info.xml index b2ae0b77..5746536f 100644 --- a/xdoc/src/plugin-resources/templates/project-info.xml +++ b/xdoc/src/plugin-resources/templates/project-info.xml @@ -45,7 +45,7 @@ --> - #if ($project.repository.url) + #if ($project.repository.url && $project.repository.url != '') Source Repository This is a link to the online source repository that can be @@ -53,7 +53,7 @@ #end - #if ($project.issueTrackingUrl) + #if ($project.issueTrackingUrl && $project.issueTrackingUrl != '') Issue Tracking This is a link to the issue tracking system for this