<%-- ~ Licensed to the Apache Software Foundation (ASF) under one ~ or more contributor license agreements. See the NOTICE file ~ distributed with this work for additional information ~ regarding copyright ownership. The ASF licenses this file ~ to you under the Apache License, Version 2.0 (the ~ "License"); you may not use this file except in compliance ~ with the License. You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, ~ software distributed under the License is distributed on an ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY ~ KIND, either express or implied. See the License for the ~ specific language governing permissions and limitations ~ under the License. --%> <%@ taglib prefix="s" uri="/struts-tags" %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ taglib prefix="redback" uri="http://plexus.codehaus.org/redback/taglib-1.0" %> <%@ taglib prefix="archiva" uri="http://archiva.apache.org" %> Administration - Repositories

Administration - Repositories

" alt="" width="16" height="16"/> Add

Managed Repositories

<%-- No Managed Repositories. --%> There are no managed repositories configured yet. <%-- Display the repositories. --%>
<%-- TODO: make some icons --%> " alt="" width="16" height="16"/> Edit " alt="" width="16" height="16"/> Delete
" alt="" width="32" height="32"/>

${repository.name}

<%-- TODO: can probably just use layout appended to a key prefix in i18n to simplify this --%>
Identifier ${repository.id}
Name ${repository.name}
Directory ${repository.location}
Index Directory ${repository.indexDir}
WebDAV URL ${baseUrl}/${repository.id}/
Type Maven 2.x Repository Maven 1.x Repository
Groups ${group},
Releases Included
Snapshots Included
Delete Released Snapshots
Repository Purge By Days Older Than ${repository.daysOlder}
Repository Purge By Retention Count ${repository.retentionCount}
Scanned
Scanning Cron ${repository.refreshCronExpression}
Actions
Stats No Statistics Available.
Last Scanned ${stats.whenGathered}
Duration ${stats.duration} ms
Total File Count ${stats.totalFileCount}
New Files Found ${stats.newFileCount}
POM Snippet
" alt="" width="16" height="16"/> Add

Remote Repositories

<%-- No Remote Repositories. --%> There are no remote repositories configured yet. <%-- Display the repositories. --%>
" alt="" width="16" height="16"/> Edit " alt="" width="16" height="16"/> Delete
" alt="" width="32" height="32"/>

${repository.name}

<%-- TODO: can probably just use layout appended to a key prefix in i18n to simplify this --%>
Identifier ${repository.id}
Name ${repository.name}
URL ${repository.url}
Type Maven 2.x Repository Maven 1.x Repository