git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@436706
13f79535-47bb-0310-9956-
ffa450edef68
<th>Version</th>
<td>${model.version}</td>
</tr>
- <%-- TODO: derivatives
+ <tr>
+ <th>Packaging</th>
+ <td><code>${model.packaging}</code></td>
+ </tr>
+ <%-- TODO: derivatives
<tr>
<th>Derivatives</th>
<td>
-->
</table>
-<c:if test="${model.organization != null || !empty(model.licenses)
+<c:if test="${!empty(model.url) || model.organization != null || !empty(model.licenses)
|| model.issueManagement != null || model.ciManagement != null}">
<h2>Other Details</h2>
<table>
+ <c:if test="${!empty(model.url)}">
+ <tr>
+ <th>URL</th>
+ <td>
+ <a href="${model.url}">${model.url}</a>
+ </td>
+ </tr>
+ </c:if>
<c:if test="${model.organization != null}">
<tr>
<th>Organisation</th>