<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-provider-api</artifactId>
</dependency>
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-artifact-manager</artifactId>
- </dependency>
<dependency>
<groupId>org.apache.maven.archiva</groupId>
<artifactId>archiva-utils</artifactId>
<html>
<head>
<title>Configuration</title>
- <ww:head />
+ <ww:head/>
</head>
<body>
</blockquote>
<ww:form method="post" action="deleteProxiedRepository" namespace="/admin" validate="true">
- <ww:hidden name="repoId" />
+ <ww:hidden name="repoId"/>
<ww:radio list="#@java.util.LinkedHashMap@{
'delete-contents' : 'Remove the repository and delete its contents from managed repositories',
'delete-entry' : 'Remove the repository from the available list, but leave the contents in the managed repositories',
- 'unmodified' : 'Leave the repository unmodified'}" name="operation" theme="repository-manager" />
- <ww:submit value="Go" />
+ 'unmodified' : 'Leave the repository unmodified'}" name="operation" theme="archiva"/>
+ <ww:submit value="Go"/>
</ww:form>
</div>
<html>
<head>
<title>Configuration</title>
- <ww:head />
+ <ww:head/>
</head>
<body>
</blockquote>
<ww:form method="post" action="deleteRepository" namespace="/admin" validate="true">
- <ww:hidden name="repoId" />
+ <ww:hidden name="repoId"/>
<ww:radio list="#@java.util.LinkedHashMap@{'delete-contents' : 'Remove the repository and delete its contents from disk',
'delete-entry' : 'Remove the repository from the management list, but leave the contents unmodified',
- 'unmodified' : 'Leave the repository unmodified'}" name="operation" theme="repository-manager" />
- <ww:submit value="Go" />
+ 'unmodified' : 'Leave the repository unmodified'}" name="operation" theme="archiva"/>
+ <ww:submit value="Go"/>
</ww:form>
</div>
<html>
<head>
<title>Configuration</title>
- <ww:head />
+ <ww:head/>
</head>
<body>
</blockquote>
<ww:form method="post" action="deleteSyncedRepository" namespace="/admin" validate="true">
- <ww:hidden name="repoId" />
+ <ww:hidden name="repoId"/>
<ww:radio list="#@java.util.LinkedHashMap@{
'delete-contents' : 'Remove the repository and delete its contents from managed repositories',
'delete-entry' : 'Remove the repository from the available list, but leave the contents in the managed repositories',
- 'unmodified' : 'Leave the repository unmodified'}" name="operation" theme="repository-manager" />
- <ww:submit value="Go" />
+ 'unmodified' : 'Leave the repository unmodified'}" name="operation" theme="archiva"/>
+ <ww:submit value="Go"/>
</ww:form>
</div>
<%@ taglib prefix="my" tagdir="/WEB-INF/tags" %>
<html>
<head>
- <title>Maven Repository Manager ::
- <decorator:title default="Maven Repository Manager" />
+ <title>Maven Archiva ::
+ <decorator:title default="Maven Archiva"/>
</title>
<style type="text/css" media="all">
@import url( "<%= request.getContextPath() %>/css/maven-theme.css" );
@import url( "<%= request.getContextPath() %>/css/site.css" );
</style>
- <link rel="stylesheet" href="<%= request.getContextPath() %>/css/print.css" type="text/css" media="print" />
- <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+ <link rel="stylesheet" href="<%= request.getContextPath() %>/css/print.css" type="text/css" media="print"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
</head>
<body onload="<decorator:getProperty property="body.onload" />" class="composite">
<div id="banner">
<span id="bannerLeft">
- <a href="http://maven.apache.org/repository-manager/">
- <img src="http://maven.apache.org/images/maven.jpg" alt="" width="267" height="70" />
+ <a href="http://maven.apache.org/archiva/">
+ <img src="http://maven.apache.org/images/maven.jpg" alt="" width="267" height="70"/>
<%-- TODO: logo instead
<img src="http://ci.codehaus.org/continuum_logo_75.gif" alt="" width="188" height="89" />
--%>
</span>
<div class="clear">
- <hr />
+ <hr/>
</div>
</div>
</div>
<div class="xright">
- <a href="http://maven.apache.org/repository-manager">Repository Manager</a> |
+ <a href="http://maven.apache.org/archiva">Archiva</a> |
<a href="http://maven.apache.org/">Maven</a> |
<a href="http://www.apache.org/">Apache</a>
</div>
<div class="clear">
- <hr />
+ <hr/>
</div>
</div>
</li>
</ul>
- <br />
+ <br/>
</div>
</div>
<div id="bodyColumn">
<div id="contentBox">
- <decorator:body />
+ <decorator:body/>
</div>
</div>
<div class="clear">
- <hr />
+ <hr/>
</div>
<div id="footer">
</div>
<div class="clear">
- <hr />
+ <hr/>
</div>
</div>
-->
<web-app xmlns="http://java.sun.com/xml/ns/j2ee" version="2.4"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
- <display-name>Maven Repository Manager</display-name>
+ <display-name>Maven Archiva</display-name>
<filter>
<filter-name>webwork-cleanup</filter-name>
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.maven.archiva</groupId>
- <artifactId>maven-repository-manager-white-site</artifactId>
+ <artifactId>archiva-white-site</artifactId>
<version>1.0-SNAPSHOT</version>
- <name>Maven Repository Manager White Site</name>
+ <name>Archiva White Site</name>
<inceptionYear>2005</inceptionYear>
<reporting>
<excludeDefaults>true</excludeDefaults>
<?xml version="1.0" encoding="ISO-8859-1"?>
-<project name="Maven Repository Manager">
+<project name="Archiva">
<bannerLeft>
<src>http://www.apache.org/images/asf_logo_wide.gif</src>
</bannerLeft>
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<h1>Administration</h1>
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<h1>Administration</h1>
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<h1>Administration</h1>
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<h1>Configuration</h1>
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<h1>Administration</h1>
<h2>Delete Remote Repository</h2>
<blockquote>
- <strong><span class="statusFailed">WARNING:</span> This operation can not be undone.</strong>
+ <strong>
+ <span class="statusFailed">WARNING:</span>
+ This operation can not be undone.
+ </strong>
</blockquote>
<form action="proxies.html">
- <input type="radio"/> Remove the repository and delete its contents from managed repositories<br/>
- <input type="radio" /> Remove the repository from the available list, but leave the contents in the managed
- repositories<br/>
- <input type="radio" checked="checked" /> Leave the repository unmodified<br/>
- <input type="submit" />
+ <input type="radio"/>
+ Remove the repository and delete its contents from managed repositories
+ <br/>
+ <input type="radio"/>
+ Remove the repository from the available list, but leave the contents in the managed
+ repositories
+ <br/>
+ <input type="radio" checked="checked"/>
+ Leave the repository unmodified
+ <br/>
+ <input type="submit"/>
</form>
</div>
</body>
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<h1>Administration</h1>
<h2>Delete Managed Repository</h2>
<blockquote>
- <strong><span class="statusFailed">WARNING:</span> This operation can not be undone.</strong>
+ <strong>
+ <span class="statusFailed">WARNING:</span>
+ This operation can not be undone.
+ </strong>
</blockquote>
<form action="sync.html">
- <input type="radio"/> Remove the repository and delete its contents from disk<br/>
- <input type="radio" /> Remove the repository from the management list, but leave the contents unmodified<br/>
- <input type="radio" checked="checked" /> Leave the repository unmodified<br/>
- <input type="submit" />
+ <input type="radio"/>
+ Remove the repository and delete its contents from disk
+ <br/>
+ <input type="radio"/>
+ Remove the repository from the management list, but leave the contents unmodified
+ <br/>
+ <input type="radio" checked="checked"/>
+ Leave the repository unmodified
+ <br/>
+ <input type="submit"/>
</form>
</div>
</body>
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<h1>Administration</h1>
<h2>Delete Remote Repository</h2>
<blockquote>
- <strong><span class="statusFailed">WARNING:</span> This operation can not be undone.</strong>
+ <strong>
+ <span class="statusFailed">WARNING:</span>
+ This operation can not be undone.
+ </strong>
</blockquote>
<form action="sync.html">
- <input type="radio"/> Remove the repository and delete its contents from managed repositories<br/>
- <input type="radio" /> Remove the repository from the available list, but leave the contents in the managed
- repositories<br/>
- <input type="radio" checked="checked" /> Leave the repository unmodified<br/>
- <input type="submit" />
+ <input type="radio"/>
+ Remove the repository and delete its contents from managed repositories
+ <br/>
+ <input type="radio"/>
+ Remove the repository from the available list, but leave the contents in the managed
+ repositories
+ <br/>
+ <input type="radio" checked="checked"/>
+ Leave the repository unmodified
+ <br/>
+ <input type="submit"/>
</form>
</div>
</body>
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<h1>Administration</h1>
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<h1>Administration</h1>
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<h1>Administration</h1>
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<h1>Administration</h1>
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<h1>Administration</h1>
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<h1>Administration</h1>
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<h1>Administration</h1>
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<div id="sidebar">
<tr>
<th>URL</th>
<td>
- <a href="http://maven.apache.org/ref/current/maven-model">http://maven.apache.org/ref/current/maven-model</a>
+ <a href="http://maven.apache.org/ref/current/maven-model">
+ http://maven.apache.org/ref/current/maven-model
+ </a>
</td>
</tr>
<tr>
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<div id="sidebar">
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<div id="sidebar">
<div id="contentArea">
<div id="nameColumn">
<p>
- <a href="#">org</a> /
+ <a href="#">org</a>
+ /
<strong>apache</strong>
</p>
<h2>Groups</h2>
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<div id="sidebar">
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<div id="sidebar">
<strong>Artifact ID:</strong>
<a href="browse3.html">maven-artifact</a>
<strong>Version(s):</strong>
- <a href="artifact.html">2.0</a>,
- <a href="artifact.html">2.0.1</a>,
+ <a href="artifact.html">2.0</a>
+ ,
+ <a href="artifact.html">2.0.1</a>
+ ,
<a href="artifact.html">2.0.4</a>
</span>
</p>
<strong>Artifact ID:</strong>
<a href="browse3.html">maven-project</a>
<strong>Version(s):</strong>
- <a href="artifact.html">2.0</a>,
- <a href="artifact.html">2.0.1</a>,
+ <a href="artifact.html">2.0</a>
+ ,
+ <a href="artifact.html">2.0.1</a>
+ ,
<a href="artifact.html">2.0.4</a>
</span>
</p>
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<div id="sidebar">
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<h1>Find Artifact</h1>
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<div id="sidebar">
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<div id="sidebar">
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<h1>Repository Health</h1>
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<div id="sidebar">
<div id="feed">
<p>
<a href="">
- <img src="images/feed-icon32x32.png" width="28" height="28" />
+ <img src="images/feed-icon32x32.png" width="28" height="28"/>
</a>
</p>
</div>
<form action="results.html">
<p>
- <input type="text" size="50" value="maven" />
+ <input type="text" size="50" value="maven"/>
<input type="submit" name="Go!"/>
</p>
<p>
<div id="resultsBox">
<p>
<span style="font-size: x-small; background-color: silver; display: block; text-align: right">
- <b>Page: </b>
- <b>1</b> |
- <a href="#">2</a> |
- <a href="#">3</a> |
- <a href="#">Next >></a>
+ <b>Page:</b>
+ <b>1</b>
+ |
+ <a href="#">2</a>
+ |
+ <a href="#">3</a>
+ |
+ <a href="#">Next >></a>
</span>
</p>
<h3>
- <a href="artifact.html">Maven Site Plugin</a> <span style="font-size: x-small">(98%)</span>
+ <a href="artifact.html">Maven Site Plugin</a>
+ <span style="font-size: x-small">(98%)</span>
</h3>
<ul>
- <li><b>Packaging:</b> <i>maven</i>-plugin</li>
- <li><b>Artifact ID:</b> <i>maven</i>-site-plugin</li>
- <li><b>Group ID:</b> org.apache.<i>maven</i>.plugins</li>
+ <li>
+ <b>Packaging:</b>
+ <i>maven</i>
+ -plugin
+ </li>
+ <li>
+ <b>Artifact ID:</b>
+ <i>maven</i>
+ -site-plugin
+ </li>
+ <li>
+ <b>Group ID:</b>
+ org.apache.
+ <i>maven</i>
+ .plugins
+ </li>
</ul>
<p>
<span style="font-size: x-small">
</span>
</p>
<h3>
- <a href="artifact.html">Maven Project</a> <span style="font-size: x-small">(85%)</span>
+ <a href="artifact.html">Maven Project</a>
+ <span style="font-size: x-small">(85%)</span>
</h3>
<ul>
- <li><b>Package:</b> org.apache.<i>maven</i>.project</li>
- <li><b>Class:</b> <i>Maven</i>ProjectBuilder</li>
+ <li>
+ <b>Package:</b>
+ org.apache.
+ <i>maven</i>
+ .project
+ </li>
+ <li>
+ <b>Class:</b>
+ <i>Maven</i>
+ ProjectBuilder
+ </li>
</ul>
<p>
<span style="font-size: x-small">
<a href="artifact.html">2.0</a>
</span>
</p>
- <h2> ... more results ... </h2>
+ <h2>... more results ...</h2>
<p>
<span style="font-size: x-small; background-color: silver; display: block; text-align: right">
- <b>Page: </b>
- <b>1</b> |
- <a href="#">2</a> |
- <a href="#">3</a> |
+ <b>Page:</b>
+ <b>1</b>
+ |
+ <a href="#">2</a>
+ |
+ <a href="#">3</a>
+ |
<a href="#">Next >></a>
</span>
</p>
<document>
<properties>
- <title>Maven Repository Manager</title>
+ <title>Archiva</title>
</properties>
<body>
<h1>Synchronisation</h1>
<table>
<tr>
<th>Last Sync completed</th>
- <td>1 February 13:01:04 (<a href="#">View Report</a>)</td>
+ <td>1 February 13:01:04 (
+ <a href="#">View Report</a>
+ )
+ </td>
</tr>
<tr>
<th>Next sync</th>
</tr>
<tr>
<th>Status</th>
- <td><span class="statusOk">Success</span></td>
+ <td>
+ <span class="statusOk">Success</span>
+ </td>
</tr>
</table>
<p>
<table>
<tr>
<th>Last Sync completed</th>
- <td>1 February 13:05:04 (<a href="#">View Report</a>)</td>
+ <td>1 February 13:05:04 (
+ <a href="#">View Report</a>
+ )
+ </td>
</tr>
<tr>
<th>Next sync</th>
</tr>
<tr>
<th>Status</th>
- <td><span class="statusFailed">FAILED</span>: confluence wouldn't share CPU cycles with me</td>
+ <td>
+ <span class="statusFailed">FAILED</span>
+ : confluence wouldn't share CPU cycles with me
+ </td>
</tr>
</table>
<p>
<table>
<tr>
<th>Last Sync completed</th>
- <td>1 February 13:11:04 (<a href="#">View Report</a>)</td>
+ <td>1 February 13:11:04 (
+ <a href="#">View Report</a>
+ )
+ </td>
</tr>
<tr>
<th>Next sync</th>
</tr>
<tr>
<th>Status</th>
- <td><span class="statusWarn">WARNING</span>: some warnings occurred during the conversion</td>
+ <td>
+ <span class="statusWarn">WARNING</span>
+ : some warnings occurred during the conversion
+ </td>
</tr>
</table>
<p>