diff --git a/xdoc/src/plugin-resources/templates/project-info.xml b/xdoc/src/plugin-resources/templates/project-info.xml index bf361893..0cddd181 100644 --- a/xdoc/src/plugin-resources/templates/project-info.xml +++ b/xdoc/src/plugin-resources/templates/project-info.xml @@ -89,8 +89,7 @@ This is really bad that the url requires specification in two places. Makes pluggable reporting impossible. FIX --> - - #if ($project.repository.url && $project.repository.url != '') + #if (($project.repository.url && $project.repository.url != '') || ($project.repository.connection && $project.repository.connection != '') || ($project.repository.developerConnection && $project.repository.developerConnection != ''))