[MRM-363] add name to local and remote repository view

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@541434 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jesse McConnell 2007-05-24 21:16:22 +00:00
parent c8610ec35d
commit faae01e818
1 changed files with 12 additions and 0 deletions

View File

@ -99,6 +99,12 @@
<code>${repository.id}</code>
</td>
</tr>
<tr>
<th>Name</th>
<td>
<code>${repository.name}</code>
</td>
</tr>
<tr>
<th>Directory</th>
<td>${repository.directory}
@ -248,6 +254,12 @@
<code>${repository.id}</code>
</td>
</tr>
<tr>
<th>Name</th>
<td>
<code>${repository.name}</code>
</td>
</tr>
<tr>
<th>URL</th>
<td>${repository.url}</td>