remove old stuff
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@596179 13f79535-47bb-0310-9956-ffa450edef68
Before Width: | Height: | Size: 9.5 KiB |
Before Width: | Height: | Size: 9.0 KiB |
Before Width: | Height: | Size: 9.6 KiB |
|
@ -1,10 +0,0 @@
|
|||
<html>
|
||||
<body>
|
||||
<p>
|
||||
<a href="ur.html">UR</a>
|
||||
<a href="ll.html">LL</a>
|
||||
<a href="lr.html">LR</a>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1,32 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<style>
|
||||
td {
|
||||
border: 1px solid black;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
<a href="ur.html">UR</a>
|
||||
<b>LL</b>
|
||||
<a href="lr.html">LR</a>
|
||||
</p>
|
||||
<table>
|
||||
<tr valign="middle">
|
||||
<td align="center">
|
||||
<img src="LL.png" width="221" height="72" />
|
||||
</td>
|
||||
<td align="center">
|
||||
<img src="logo-LL.jpg" width="313" height="93" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" align="center">
|
||||
<img src="screen-LL.png" width="881" height="393" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 7.9 KiB |
|
@ -1,32 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<style>
|
||||
td {
|
||||
border: 1px solid black;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
<a href="ur.html">UR</a>
|
||||
<a href="ll.html">LL</a>
|
||||
<b>LR</b>
|
||||
</p>
|
||||
<table>
|
||||
<tr valign="middle">
|
||||
<td align="center">
|
||||
<img src="LR.png" width="213" height="50" />
|
||||
</td>
|
||||
<td align="center">
|
||||
<img src="logo-LR.jpg" width="313" height="93" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" align="center">
|
||||
<img src="screen-LR.png" width="896" height="393" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
Before Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 33 KiB |
Before Width: | Height: | Size: 34 KiB |
|
@ -1,32 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<style>
|
||||
td {
|
||||
border: 1px solid black;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
<b>UR</b>
|
||||
<a href="ll.html">LL</a>
|
||||
<a href="lr.html">LR</a>
|
||||
</p>
|
||||
<table>
|
||||
<tr valign="middle">
|
||||
<td align="center">
|
||||
<img src="UR.png" width="188" height="69" />
|
||||
</td>
|
||||
<td align="center">
|
||||
<img src="logo-UR.jpg" width="313" height="93" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" align="center">
|
||||
<img src="screen-UR.png" width="882" height="395" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1,42 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
~ Copyright 2005-2006 The Apache Software Foundation.
|
||||
~
|
||||
~ Licensed 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.
|
||||
-->
|
||||
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
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>archiva-white-site</artifactId>
|
||||
<version>1.0-alpha-1-SNAPSHOT</version>
|
||||
<name>Archiva White Site</name>
|
||||
<inceptionYear>2005</inceptionYear>
|
||||
<reporting>
|
||||
<excludeDefaults>true</excludeDefaults>
|
||||
</reporting>
|
||||
<distributionManagement>
|
||||
<site>
|
||||
<id>apache.website</id>
|
||||
<url>scp://people.apache.org/home/brett/public_html/repoman-site</url>
|
||||
</site>
|
||||
</distributionManagement>
|
||||
<repositories>
|
||||
<!-- for skin -->
|
||||
<repository>
|
||||
<id>apache.snapshots</id>
|
||||
<url>http://people.apache.org/repo/m2-snapshot-repository</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
</project>
|
|
@ -1,110 +0,0 @@
|
|||
/*
|
||||
* Copyright 2005-2006 The Apache Software Foundation.
|
||||
*
|
||||
* Licensed 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.
|
||||
*/
|
||||
|
||||
.sidebar3 {
|
||||
width: 10em;
|
||||
float: right;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#sidebarb {
|
||||
font-size: small;
|
||||
text-align: center;
|
||||
padding: 10px 10px 10px 10px;
|
||||
border: 1px #DFDEDE solid;
|
||||
width: 10em;
|
||||
}
|
||||
|
||||
#sidebar {
|
||||
float: right;
|
||||
font-size: small;
|
||||
margin: 10px;
|
||||
padding: 10px;
|
||||
border: 1px #DFDEDE solid;
|
||||
width: 10em;
|
||||
}
|
||||
|
||||
#download {
|
||||
background-image: url( ../images/dl.gif );
|
||||
background-repeat: no-repeat;
|
||||
float: right;
|
||||
font-size: small;
|
||||
font-weight: bold;
|
||||
margin: 10px;
|
||||
padding: 10px;
|
||||
height: auto;
|
||||
width: 10em;
|
||||
display: block;
|
||||
}
|
||||
|
||||
#download a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#contentArea {
|
||||
margin-right: 15em;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
#tabs b {
|
||||
border: 1px #DFDEDE solid;
|
||||
padding-left: 1em;
|
||||
padding-right: 1em;
|
||||
}
|
||||
|
||||
#tabs a {
|
||||
border: 1px #DFDEDE solid;
|
||||
padding-left: 1em;
|
||||
padding-right: 1em;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#tabArea {
|
||||
border-top: 1px solid #DFDEDE;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
#searchTypes {
|
||||
text-align: right;
|
||||
font-size: xx-small;
|
||||
}
|
||||
|
||||
.statusFailed {
|
||||
color: red;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* WebWork validation failures */
|
||||
.errorMessage {
|
||||
color: red;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.actionMessage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.errorBullet {
|
||||
list-style-image: url( "../images/icon_error_sml.gif" );
|
||||
}
|
||||
|
||||
.warningBullet {
|
||||
list-style-image: url( "../images/icon_warning_sml.gif" );
|
||||
}
|
||||
|
||||
.infoBullet {
|
||||
list-style-image: url( "../images/icon_info_sml.gif" );
|
||||
}
|
Before Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 388 B |
Before Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 857 B |
Before Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 429 B |
|
@ -1,50 +0,0 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
~ Copyright 2005-2006 The Apache Software Foundation.
|
||||
~
|
||||
~ Licensed 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.
|
||||
-->
|
||||
<project name="Archiva">
|
||||
<bannerLeft>
|
||||
<src>http://www.apache.org/images/asf_logo_wide.gif</src>
|
||||
</bannerLeft>
|
||||
<skin>
|
||||
<groupId>org.apache.maven.skins</groupId>
|
||||
<artifactId>maven-application-skin</artifactId>
|
||||
</skin>
|
||||
<publishDate position="none"/>
|
||||
<body>
|
||||
<breadcrumbs>
|
||||
<item name="Login/Register" href="/admin/login.html"/>
|
||||
</breadcrumbs>
|
||||
<links>
|
||||
<item name="Archiva" href="http://maven.apache.org/archiva/"/>
|
||||
<item name="Maven" href="http://maven.apache.org/"/>
|
||||
<item name="Apache" href="http://www.apache.org/"/>
|
||||
</links>
|
||||
<menu name="Find">
|
||||
<item name="Search" href="/index.html"/>
|
||||
<item name="Find Artifact" href="/find-artifact.html"/>
|
||||
<item name="Browse" href="/browse.html"/>
|
||||
</menu>
|
||||
<menu name="Manage">
|
||||
<item name="Reports" href="/reports.html"/>
|
||||
<item name="Synchronisation" href="/sync.html"/>
|
||||
<item name="Administration" href="/admin/index.html">
|
||||
<item name="User Management" href="/admin/users.html"/>
|
||||
<item name="Proxied Repositories" href="/admin/proxies.html"/>
|
||||
<item name="Synced Repositories" href="/admin/sync.html"/>
|
||||
</item>
|
||||
</menu>
|
||||
</body>
|
||||
</project>
|
|
@ -1,114 +0,0 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
~ Copyright 2005-2006 The Apache Software Foundation.
|
||||
~
|
||||
~ Licensed 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.
|
||||
-->
|
||||
|
||||
<document>
|
||||
<properties>
|
||||
<title>Archiva</title>
|
||||
</properties>
|
||||
<body>
|
||||
<h1>Administration</h1>
|
||||
<div id="sidebar">
|
||||
<p>reserved sidebar</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="contentArea">
|
||||
<h2>Add (Edit) Repository</h2>
|
||||
|
||||
<form action="proxies.html">
|
||||
<table>
|
||||
<tr>
|
||||
<th>Identifier</th>
|
||||
<td>
|
||||
<input type="text"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<td>
|
||||
<input type="text"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>URL</th>
|
||||
<td>
|
||||
<input type="text"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<td>
|
||||
<select>
|
||||
<option selected="selected">Maven 2.x Repository</option>
|
||||
<option>Maven 1.x Repository</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Snapshots</th>
|
||||
<td>
|
||||
<select>
|
||||
<option selected="selected">Disabled</option>
|
||||
<option>Enabled, updated daily</option>
|
||||
<option>Enabled, updated hourly</option>
|
||||
<option>Enabled, updated on given interval</option>
|
||||
<option>Enabled, never updated</option>
|
||||
</select>
|
||||
|
||||
Update interval:
|
||||
<input type="text" name="snapshotMinutes"/>
|
||||
minutes
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Releases</th>
|
||||
<td>
|
||||
<select>
|
||||
<option>Disabled</option>
|
||||
<option selected="selected">Enabled, updated daily</option>
|
||||
<option>Enabled, updated hourly</option>
|
||||
<option>Enabled, updated on given interval</option>
|
||||
<option>Enabled, never updated</option>
|
||||
</select>
|
||||
|
||||
Update interval:
|
||||
<input type="text" name="releaseMinutes"/>
|
||||
minutes
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Proxied through</th>
|
||||
<td>
|
||||
<select>
|
||||
<option selected="selected">Central Repository (central)</option>
|
||||
<option>Snapshot Repository (central-snapshots)</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th>
|
||||
<td>
|
||||
<input type="submit"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</document>
|
||||
|
|
@ -1,87 +0,0 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
~ Copyright 2005-2006 The Apache Software Foundation.
|
||||
~
|
||||
~ Licensed 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.
|
||||
-->
|
||||
|
||||
<document>
|
||||
<properties>
|
||||
<title>Archiva</title>
|
||||
</properties>
|
||||
<body>
|
||||
<h1>Administration</h1>
|
||||
<div id="sidebar">
|
||||
<p>reserved sidebar</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="contentArea">
|
||||
<h2>Add (Edit) Repository</h2>
|
||||
|
||||
<form action="index.html">
|
||||
<table>
|
||||
<tr>
|
||||
<th>Identifier</th>
|
||||
<td>
|
||||
<input type="text"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<td>
|
||||
<input type="text"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Directory</th>
|
||||
<td>
|
||||
<input type="text"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<td>
|
||||
<select>
|
||||
<option selected="selected">Maven 2.x Repository</option>
|
||||
<option>Maven 1.x Repository</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th>
|
||||
<td>
|
||||
<input type="checkbox"/>
|
||||
Snapshots Included
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th>
|
||||
<td>
|
||||
<input type="checkbox" checked="checked"/>
|
||||
Indexed
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th>
|
||||
<td>
|
||||
<input type="submit"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</document>
|
||||
|
|
@ -1,57 +0,0 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
~ Copyright 2005-2006 The Apache Software Foundation.
|
||||
~
|
||||
~ Licensed 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.
|
||||
-->
|
||||
|
||||
<document>
|
||||
<properties>
|
||||
<title>Archiva</title>
|
||||
</properties>
|
||||
<body>
|
||||
<h1>Administration</h1>
|
||||
<div id="sidebar">
|
||||
<p>reserved sidebar</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="contentArea">
|
||||
<h2>Add (Edit) Repository</h2>
|
||||
|
||||
<form onsubmit="this.action=this.method.value;" method="POST">
|
||||
<table>
|
||||
<tr>
|
||||
<th>Method</th>
|
||||
<td>
|
||||
<select name="method">
|
||||
<option value="edit-rsync-sync-repository.html" selected="selected">rsync</option>
|
||||
<option value="edit-svn-sync-repository.html">Subversion</option>
|
||||
<option value="edit-cvs-sync-repository.html">CVS</option>
|
||||
<option value="edit-file-sync-repository.html">Local File System</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th>
|
||||
<td>
|
||||
<input type="submit"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</document>
|
||||
|
|
@ -1,117 +0,0 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
~ Copyright 2005-2006 The Apache Software Foundation.
|
||||
~
|
||||
~ Licensed 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.
|
||||
-->
|
||||
|
||||
<document>
|
||||
<properties>
|
||||
<title>Archiva</title>
|
||||
</properties>
|
||||
<body>
|
||||
<h1>Configuration</h1>
|
||||
<div id="sidebar">
|
||||
<p>reserved sidebar</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="contentArea">
|
||||
<div id="searchBox">
|
||||
<form method="post" action="index.html">
|
||||
<table>
|
||||
<tr>
|
||||
<th>Index Location:</th>
|
||||
<td>
|
||||
<input type="text" size="100"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Indexing Schedule:</th>
|
||||
<td>
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<th>
|
||||
<i>Seconds:</i>
|
||||
</th>
|
||||
<td>
|
||||
<input type="text" size="10" value="0" align="right"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>
|
||||
<i>Minutes:</i>
|
||||
</th>
|
||||
<td>
|
||||
<input type="text" size="10" value="0" align="right"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>
|
||||
<i>Hours:</i>
|
||||
</th>
|
||||
<td>
|
||||
<input type="text" size="10" value="*" align="right"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>
|
||||
<i>Day of Month:</i>
|
||||
</th>
|
||||
<td>
|
||||
<input type="text" size="10" value="*" align="right"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>
|
||||
<i>Month:</i>
|
||||
</th>
|
||||
<td>
|
||||
<input type="text" size="10" value="*" align="right"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>
|
||||
<i>Day of Week:</i>
|
||||
</th>
|
||||
<td>
|
||||
<input type="text" size="10" value="?" align="right"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>
|
||||
<i>Year: (optional)</i>
|
||||
</th>
|
||||
<td>
|
||||
<input type="text" size="10" value="2006" align="right"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p>
|
||||
<input type="submit" value="Save Configuration"/>
|
||||
</p>
|
||||
<p>
|
||||
<i>* For valid cron expression values, see
|
||||
<a href="http://www.opensymphony.com/quartz/api/org/quartz/CronExpression.html">here</a>
|
||||
.
|
||||
</i>
|
||||
</p>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</document>
|
||||
|
|
@ -1,55 +0,0 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
~ Copyright 2005-2006 The Apache Software Foundation.
|
||||
~
|
||||
~ Licensed 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.
|
||||
-->
|
||||
|
||||
<document>
|
||||
<properties>
|
||||
<title>Archiva</title>
|
||||
</properties>
|
||||
<body>
|
||||
<h1>Administration</h1>
|
||||
<div id="sidebar">
|
||||
<p>reserved sidebar</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="contentArea">
|
||||
<h2>Delete Remote Repository</h2>
|
||||
|
||||
<blockquote>
|
||||
<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"/>
|
||||
</form>
|
||||
</div>
|
||||
</body>
|
||||
</document>
|
||||
|
|
@ -1,54 +0,0 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
~ Copyright 2005-2006 The Apache Software Foundation.
|
||||
~
|
||||
~ Licensed 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.
|
||||
-->
|
||||
|
||||
<document>
|
||||
<properties>
|
||||
<title>Archiva</title>
|
||||
</properties>
|
||||
<body>
|
||||
<h1>Administration</h1>
|
||||
<div id="sidebar">
|
||||
<p>reserved sidebar</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="contentArea">
|
||||
<h2>Delete Managed Repository</h2>
|
||||
|
||||
<blockquote>
|
||||
<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"/>
|
||||
</form>
|
||||
</div>
|
||||
</body>
|
||||
</document>
|
||||
|
|
@ -1,55 +0,0 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
~ Copyright 2005-2006 The Apache Software Foundation.
|
||||
~
|
||||
~ Licensed 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.
|
||||
-->
|
||||
|
||||
<document>
|
||||
<properties>
|
||||
<title>Archiva</title>
|
||||
</properties>
|
||||
<body>
|
||||
<h1>Administration</h1>
|
||||
<div id="sidebar">
|
||||
<p>reserved sidebar</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="contentArea">
|
||||
<h2>Delete Remote Repository</h2>
|
||||
|
||||
<blockquote>
|
||||
<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"/>
|
||||
</form>
|
||||
</div>
|
||||
</body>
|
||||
</document>
|
||||
|
|
@ -1,88 +0,0 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
~ Copyright 2005-2006 The Apache Software Foundation.
|
||||
~
|
||||
~ Licensed 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.
|
||||
-->
|
||||
|
||||
<document>
|
||||
<properties>
|
||||
<title>Archiva</title>
|
||||
</properties>
|
||||
<body>
|
||||
<h1>Administration</h1>
|
||||
<div id="sidebar">
|
||||
<p>reserved sidebar</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="contentArea">
|
||||
<h2>Add (Edit) Repository</h2>
|
||||
|
||||
<form action="sync.html">
|
||||
<table>
|
||||
<tr>
|
||||
<th>Identifier</th>
|
||||
<td>
|
||||
<input type="text"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<td>
|
||||
<input type="text"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>CVS Root</th>
|
||||
<td>
|
||||
<input type="text"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<td>
|
||||
<select>
|
||||
<option selected="selected">Maven 2.x Repository</option>
|
||||
<option>Maven 1.x Repository</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Synced to</th>
|
||||
<td>
|
||||
<select>
|
||||
<option selected="selected">Central Repository (central)</option>
|
||||
<option>Snapshot Repository (central-snapshots)</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Schedule</th>
|
||||
<td>
|
||||
<input type="text"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th>
|
||||
<td>
|
||||
<input type="submit"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</document>
|
||||
|
|
@ -1,88 +0,0 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
~ Copyright 2005-2006 The Apache Software Foundation.
|
||||
~
|
||||
~ Licensed 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.
|
||||
-->
|
||||
|
||||
<document>
|
||||
<properties>
|
||||
<title>Archiva</title>
|
||||
</properties>
|
||||
<body>
|
||||
<h1>Administration</h1>
|
||||
<div id="sidebar">
|
||||
<p>reserved sidebar</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="contentArea">
|
||||
<h2>Add (Edit) Repository</h2>
|
||||
|
||||
<form action="sync.html">
|
||||
<table>
|
||||
<tr>
|
||||
<th>Identifier</th>
|
||||
<td>
|
||||
<input type="text"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<td>
|
||||
<input type="text"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Directory</th>
|
||||
<td>
|
||||
<input type="text"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<td>
|
||||
<select>
|
||||
<option selected="selected">Maven 2.x Repository</option>
|
||||
<option>Maven 1.x Repository</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Synced to</th>
|
||||
<td>
|
||||
<select>
|
||||
<option selected="selected">Central Repository (central)</option>
|
||||
<option>Snapshot Repository (central-snapshots)</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Schedule</th>
|
||||
<td>
|
||||
<input type="text"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th>
|
||||
<td>
|
||||
<input type="submit"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</document>
|
||||
|
|
@ -1,100 +0,0 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
~ Copyright 2005-2006 The Apache Software Foundation.
|
||||
~
|
||||
~ Licensed 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.
|
||||
-->
|
||||
|
||||
<document>
|
||||
<properties>
|
||||
<title>Archiva</title>
|
||||
</properties>
|
||||
<body>
|
||||
<h1>Administration</h1>
|
||||
<div id="sidebar">
|
||||
<p>reserved sidebar</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="contentArea">
|
||||
<h2>Add (Edit) Repository</h2>
|
||||
|
||||
<form action="sync.html">
|
||||
<table>
|
||||
<tr>
|
||||
<th>Identifier</th>
|
||||
<td>
|
||||
<input type="text"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<td>
|
||||
<input type="text"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Host</th>
|
||||
<td>
|
||||
<input type="text"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Directory</th>
|
||||
<td>
|
||||
<input type="text"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Username</th>
|
||||
<td>
|
||||
<input type="text"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<td>
|
||||
<select>
|
||||
<option selected="selected">Maven 2.x Repository</option>
|
||||
<option>Maven 1.x Repository</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Synced to</th>
|
||||
<td>
|
||||
<select>
|
||||
<option selected="selected">Central Repository (central)</option>
|
||||
<option>Snapshot Repository (central-snapshots)</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Schedule</th>
|
||||
<td>
|
||||
<input type="text"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th>
|
||||
<td>
|
||||
<input type="submit"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</document>
|
||||
|
|
@ -1,100 +0,0 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
~ Copyright 2005-2006 The Apache Software Foundation.
|
||||
~
|
||||
~ Licensed 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.
|
||||
-->
|
||||
|
||||
<document>
|
||||
<properties>
|
||||
<title>Archiva</title>
|
||||
</properties>
|
||||
<body>
|
||||
<h1>Administration</h1>
|
||||
<div id="sidebar">
|
||||
<p>reserved sidebar</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="contentArea">
|
||||
<h2>Add (Edit) Repository</h2>
|
||||
|
||||
<form action="sync.html">
|
||||
<table>
|
||||
<tr>
|
||||
<th>Identifier</th>
|
||||
<td>
|
||||
<input type="text"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<td>
|
||||
<input type="text"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Host</th>
|
||||
<td>
|
||||
<input type="text"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Subversion URL</th>
|
||||
<td>
|
||||
<input type="text"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Username</th>
|
||||
<td>
|
||||
<input type="text"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<td>
|
||||
<select>
|
||||
<option selected="selected">Maven 2.x Repository</option>
|
||||
<option>Maven 1.x Repository</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Synced to</th>
|
||||
<td>
|
||||
<select>
|
||||
<option selected="selected">Central Repository (central)</option>
|
||||
<option>Snapshot Repository (central-snapshots)</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Schedule</th>
|
||||
<td>
|
||||
<input type="text"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th>
|
||||
<td>
|
||||
<input type="submit"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</document>
|
||||
|
|
@ -1,135 +0,0 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
~ Copyright 2005-2006 The Apache Software Foundation.
|
||||
~
|
||||
~ Licensed 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.
|
||||
-->
|
||||
|
||||
<document>
|
||||
<properties>
|
||||
<title>Archiva</title>
|
||||
</properties>
|
||||
<body>
|
||||
<h1>Administration</h1>
|
||||
<div id="sidebar">
|
||||
<p>reserved sidebar</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="contentArea">
|
||||
<h2>Configuration</h2>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th>Index Location</th>
|
||||
<td>...</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Indexing Schedule</th>
|
||||
<td>...</td>
|
||||
<td>
|
||||
<a href="#">Run Now</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p>
|
||||
<a href="config.html">Edit Configuration</a>
|
||||
</p>
|
||||
|
||||
<h2>Managed Repositories</h2>
|
||||
|
||||
<div>
|
||||
<div style="float: right">
|
||||
<a href="add-repository.html">Edit Repository</a>
|
||||
|
|
||||
<a href="delete-repository.html">Delete Repository</a>
|
||||
</div>
|
||||
<h3>Central Repository</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Identifier</th>
|
||||
<td>
|
||||
<!-- must be unique among managed repos -->
|
||||
<code>central</code>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Directory</th>
|
||||
<td>...</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<td>Maven 2.x Repository</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Snapshots Included</th>
|
||||
<td>
|
||||
<span class="statusFailed">NO</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Indexed</th>
|
||||
<td>
|
||||
<span class="statusOk">YES</span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div style="float: right">
|
||||
<a href="add-repository.html">Edit Repository</a>
|
||||
|
|
||||
<a href="delete-repository.html">Delete Repository</a>
|
||||
</div>
|
||||
<h3>Snapshot Repository</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Identifier</th>
|
||||
<td>
|
||||
<code>central-snapshots</code>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Directory</th>
|
||||
<td>...</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<td>Maven 2.x Repository</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Snapshots Included</th>
|
||||
<td>
|
||||
<span class="statusOk">YES</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Indexed</th>
|
||||
<td>
|
||||
<span class="statusFailed">NO</span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
<a href="add-repository.html">Add Repository</a>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</document>
|
||||
|
|
@ -1,120 +0,0 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
~ Copyright 2005-2006 The Apache Software Foundation.
|
||||
~
|
||||
~ Licensed 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.
|
||||
-->
|
||||
|
||||
<document>
|
||||
<properties>
|
||||
<title>Archiva</title>
|
||||
</properties>
|
||||
<body>
|
||||
<h1>Login</h1>
|
||||
|
||||
<div id="sidebar">
|
||||
<p>reserved sidebar</p>
|
||||
</div>
|
||||
|
||||
<div id="contentArea">
|
||||
<div id="searchBox">
|
||||
<div style="float: right">
|
||||
<a href="#">Forgotten your Password?</a>
|
||||
</div>
|
||||
<h2>Already Registered?</h2>
|
||||
<form action="../index.html">
|
||||
<table>
|
||||
<tr>
|
||||
<th>
|
||||
Username
|
||||
</th>
|
||||
<td>
|
||||
<input type="text" size="30"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>
|
||||
Password
|
||||
</th>
|
||||
<td>
|
||||
<input type="password" size="20"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td/>
|
||||
<td>
|
||||
<input type="submit" value="Login"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
<h2>Request an Account</h2>
|
||||
<form action="../index.html">
|
||||
<table>
|
||||
<tr>
|
||||
<th>
|
||||
Username
|
||||
</th>
|
||||
<td>
|
||||
<input type="text" size="30"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>
|
||||
Password
|
||||
</th>
|
||||
<td>
|
||||
<input type="password" size="20"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>
|
||||
Confirm Password
|
||||
</th>
|
||||
<td>
|
||||
<input type="confirmPassword" size="20"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>
|
||||
Full Name
|
||||
</th>
|
||||
<td>
|
||||
<input type="text" size="30"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>
|
||||
Email
|
||||
</th>
|
||||
<td>
|
||||
<input type="text" size="30"/>
|
||||
<br/>
|
||||
<span style="font-size: x-small">(Only administrators will be able to view this, and it will be used to
|
||||
send you information about your project)
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td/>
|
||||
<td>
|
||||
<input type="submit" value="Register"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</document>
|
||||
|
|
@ -1,129 +0,0 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
~ Copyright 2005-2006 The Apache Software Foundation.
|
||||
~
|
||||
~ Licensed 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.
|
||||
-->
|
||||
|
||||
<document>
|
||||
<properties>
|
||||
<title>Archiva</title>
|
||||
</properties>
|
||||
<body>
|
||||
<h1>Administration</h1>
|
||||
<div id="sidebar">
|
||||
<p>reserved sidebar</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="contentArea">
|
||||
<h2>Proxied Repositories</h2>
|
||||
|
||||
<div>
|
||||
<div style="float: right">
|
||||
<a href="add-proxied-repository.html">Edit Repository</a>
|
||||
|
|
||||
<a href="delete-proxied-repository.html">Delete Repository</a>
|
||||
</div>
|
||||
<h3>Ibiblio</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Identifier</th>
|
||||
<td>
|
||||
<!-- must be unique among remote repos -->
|
||||
<code>central</code>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>URL</th>
|
||||
<td>...</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<td>Maven 2.x Repository</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Snapshots</th>
|
||||
<td>
|
||||
<span class="statusFailed">DISABLED</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Releases</th>
|
||||
<td>
|
||||
<span class="statusOk">ENABLED</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Proxied through</th>
|
||||
<td>Central Repository (
|
||||
<code>central</code>
|
||||
)
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div style="float: right">
|
||||
<a href="add-proxied-repository.html">Edit Repository</a>
|
||||
|
|
||||
<a href="delete-proxied-repository.html">Delete Repository</a>
|
||||
</div>
|
||||
<h3>Codehaus Snapshots</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Identifier</th>
|
||||
<td>
|
||||
<code>codehaus-snapshots</code>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>URL</th>
|
||||
<td>...</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<td>Maven 2.x Repository</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Snapshots</th>
|
||||
<td>
|
||||
<span class="statusOk">ENABLED</span>
|
||||
: updated hourly
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Releases</th>
|
||||
<td>
|
||||
<span class="statusOk">ENABLED</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Proxied through</th>
|
||||
<td>Snapshot Repository (
|
||||
<code>central-snapshots</code>
|
||||
)
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
<a href="add-proxied-repository.html">Add Repository</a>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</document>
|
||||
|
|
@ -1,178 +0,0 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
~ Copyright 2005-2006 The Apache Software Foundation.
|
||||
~
|
||||
~ Licensed 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.
|
||||
-->
|
||||
|
||||
<document>
|
||||
<properties>
|
||||
<title>Archiva</title>
|
||||
</properties>
|
||||
<body>
|
||||
<h1>Administration</h1>
|
||||
<div id="sidebar">
|
||||
<p>reserved sidebar</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="contentArea">
|
||||
<h2>Synced Repositories</h2>
|
||||
|
||||
<div>
|
||||
<div style="float: right">
|
||||
<a href="edit-rsync-sync-repository.html">Edit Repository</a>
|
||||
|
|
||||
<a href="delete-sync-repository.html">Delete Repository</a>
|
||||
</div>
|
||||
<h3>Apache</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Identifier</th>
|
||||
<td>
|
||||
<!-- must be unique among remote repos -->
|
||||
<code>apache</code>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Method</th>
|
||||
<td>rsync (over SSH)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Host</th>
|
||||
<td>people.apache.org</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Directory</th>
|
||||
<td>/x1/www/people.apache.org/repo/m2-ibiblio-rsync-repository</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<td>Maven 2.x Repository</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Synced to</th>
|
||||
<td>Central Repository (
|
||||
<code>central</code>
|
||||
)
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Schedule</th>
|
||||
<td>0 * * * ?</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div style="float: right">
|
||||
<a href="edit-rsync-sync-repository.html">Edit Repository</a>
|
||||
|
|
||||
<a href="delete-sync-repository.html">Delete Repository</a>
|
||||
</div>
|
||||
<h3>Apache (Legacy)</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Identifier</th>
|
||||
<td>
|
||||
<!-- must be unique among remote repos -->
|
||||
<code>apache-legacy</code>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Method</th>
|
||||
<td>rsync (over SSH)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Host</th>
|
||||
<td>people.apache.org</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Directory</th>
|
||||
<td>/x1/www/people.apache.org/repo/m1-ibiblio-rsync-repository</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Username</th>
|
||||
<td>...</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<td>Maven 1.x Repository</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Synced to</th>
|
||||
<td>Central Repository (
|
||||
<code>central</code>
|
||||
)
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Schedule</th>
|
||||
<td>0 * * * ?</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div style="float: right">
|
||||
<a href="edit-cvs-sync-repository.html">Edit Repository</a>
|
||||
|
|
||||
<a href="delete-sync-repository.html">Delete Repository</a>
|
||||
</div>
|
||||
<h3>java.net</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Identifier</th>
|
||||
<td>
|
||||
<!-- must be unique among remote repos -->
|
||||
<code>java-net</code>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Method</th>
|
||||
<td>SCM (CVS over SSH)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>CVS Root</th>
|
||||
<td>anonymous@maven-repository.dev.java.net:/cvsroot</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Module</th>
|
||||
<td>maven-repository</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<td>Maven 1.x Repository</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Synced to</th>
|
||||
<td>Central Repository (
|
||||
<code>central</code>
|
||||
)
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Schedule</th>
|
||||
<td>0 * * * ?</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
<a href="add-sync-repository.html">Add Repository</a>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</document>
|
||||
|
|
@ -1,158 +0,0 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
~ Copyright 2005-2006 The Apache Software Foundation.
|
||||
~
|
||||
~ Licensed 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.
|
||||
-->
|
||||
|
||||
<document>
|
||||
<properties>
|
||||
<title>Archiva</title>
|
||||
</properties>
|
||||
<body>
|
||||
<h1>User Management</h1>
|
||||
|
||||
<div id="sidebar">
|
||||
<p>reserved sidebar</p>
|
||||
</div>
|
||||
|
||||
<div id="contentArea">
|
||||
<div id="searchBox">
|
||||
<div style="float: right">
|
||||
<a href="edit-details.html">Edit details</a>
|
||||
</div>
|
||||
|
||||
<h2>Brett Porter</h2>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th>Username</th>
|
||||
<td>brett</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Email</th>
|
||||
<td>brett@apache.org</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h2>Permissions</h2>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<em>Manager</em>
|
||||
of repository
|
||||
<em>central</em>
|
||||
</td>
|
||||
<td>
|
||||
<a href="user-details.html">Delete</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<em>Observer</em>
|
||||
of repository
|
||||
<em>central-plugins</em>
|
||||
</td>
|
||||
<td>
|
||||
<a href="user-details.html">Delete</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<em>Manager</em>
|
||||
of project
|
||||
<em>org.apache.maven</em>
|
||||
</td>
|
||||
<td>
|
||||
<a href="user-details.html">Delete</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h3>Grant Permissions</h3>
|
||||
<form action="user-details.html">
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<input type="radio" checked="checked"/>
|
||||
</td>
|
||||
<td>Administrator</td>
|
||||
<td>
|
||||
<select>
|
||||
<option>(Please Select)</option>
|
||||
<option>System Administrator</option>
|
||||
<option>User Administrator</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<input type="radio"/>
|
||||
</td>
|
||||
<td>Repository</td>
|
||||
<td>
|
||||
<select>
|
||||
<option>(Please Select)</option>
|
||||
<option>manager</option>
|
||||
<option>obverser</option>
|
||||
</select>
|
||||
of
|
||||
<select>
|
||||
<option>(Please Select)</option>
|
||||
<option>central</option>
|
||||
<option>central-plugins</option>
|
||||
<option>All repositories</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<input type="radio"/>
|
||||
</td>
|
||||
<td>Project</td>
|
||||
<td>
|
||||
<select>
|
||||
<option>(Please Select)</option>
|
||||
<option>manager</option>
|
||||
<option>obverser</option>
|
||||
</select>
|
||||
of
|
||||
<select>
|
||||
<option>(Please Select)</option>
|
||||
<option>central</option>
|
||||
<option>central-plugins</option>
|
||||
<option>All repositories</option>
|
||||
</select>
|
||||
for project group
|
||||
<input type="text" name="projectExpression"/>
|
||||
<br/>
|
||||
<span style="font-size: x-small">
|
||||
(eg org.apache.maven gives permissions on that group, and any sugroups)
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>
|
||||
<input type="submit" value="Add Role"/>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</document>
|
||||
|
|
@ -1,60 +0,0 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
~ Copyright 2005-2006 The Apache Software Foundation.
|
||||
~
|
||||
~ Licensed 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.
|
||||
-->
|
||||
|
||||
<document>
|
||||
<properties>
|
||||
<title>Archiva</title>
|
||||
</properties>
|
||||
<body>
|
||||
<h1>User Management</h1>
|
||||
|
||||
<div id="sidebar">
|
||||
<p>reserved sidebar</p>
|
||||
</div>
|
||||
|
||||
<div id="contentArea">
|
||||
<div id="searchBox">
|
||||
<style type="text/css">
|
||||
th { text-align: left; border-bottom: 1px solid #DFDEDE; }
|
||||
table { border-bottom: 1px solid #DFDEDE; }
|
||||
</style>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Username</th>
|
||||
<th>Name</th>
|
||||
<th>Email</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="user-details.html">brett</a>
|
||||
</td>
|
||||
<td>Brett Porter</td>
|
||||
<td>brett@apache.org</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="user-details.html">jesse</a>
|
||||
</td>
|
||||
<td>Jesse McConnell</td>
|
||||
<td>jesse@apache.org</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</document>
|
||||
|
|
@ -1,42 +0,0 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
~ Copyright 2005-2006 The Apache Software Foundation.
|
||||
~
|
||||
~ Licensed 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.
|
||||
-->
|
||||
|
||||
<document>
|
||||
<properties>
|
||||
<title>Archiva</title>
|
||||
</properties>
|
||||
<body>
|
||||
<h1>User Management</h1>
|
||||
|
||||
<div id="sidebar">
|
||||
<p>reserved sidebar</p>
|
||||
</div>
|
||||
|
||||
<div id="contentArea">
|
||||
<div id="searchBox">
|
||||
<form action="user-results.html">
|
||||
<p>
|
||||
Find a user:
|
||||
<input type="text"/>
|
||||
<input type="submit" value="Search"/>
|
||||
</p>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</document>
|
||||
|
|
@ -1,174 +0,0 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
~ Copyright 2005-2006 The Apache Software Foundation.
|
||||
~
|
||||
~ Licensed 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.
|
||||
-->
|
||||
|
||||
<document>
|
||||
<properties>
|
||||
<title>Archiva</title>
|
||||
</properties>
|
||||
<body>
|
||||
<img src="images/jar.gif" width="66" height="66" title="JAR" style="float: left"/>
|
||||
<h1>Maven Model</h1>
|
||||
|
||||
<div class="sidebar3">
|
||||
<div id="download"><a href="#">Download</a></div>
|
||||
<div id="sidebar"><p>reserved sidebar</p></div>
|
||||
</div>
|
||||
|
||||
<div id="contentArea">
|
||||
<div id="tabs">
|
||||
<span>
|
||||
<b>Info</b>
|
||||
<a href="dependencies.html">Dependencies</a>
|
||||
<a href="dependedon.html">Depended On By</a>
|
||||
<a href="mail-lists.html">Mailing Lists</a>
|
||||
</span>
|
||||
</div>
|
||||
<div id="tabArea">
|
||||
<p>
|
||||
<a href="browse2.html">org</a>
|
||||
/
|
||||
<a href="browse2.html">apache</a>
|
||||
/
|
||||
<a href="browse2.html">maven</a>
|
||||
/
|
||||
<a href="browse3.html">maven-model</a>
|
||||
/
|
||||
<b>2.0</b>
|
||||
|
||||
(
|
||||
<strong class="statusFailed">Newer version available:</strong>
|
||||
<a href="artifact.html">2.0.3</a>
|
||||
)
|
||||
</p>
|
||||
|
||||
<p>Blah blah blah blah blah blah blah blah blah project description Blah blah blah blah blah blah blah blah
|
||||
blah
|
||||
</p>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th>Group ID</th>
|
||||
<td>org.apache.maven</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Artifact ID</th>
|
||||
<td>maven-model</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Version</th>
|
||||
<td>2.0</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Packaging</th>
|
||||
<td>
|
||||
<code>jar</code>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Derivatives</th>
|
||||
<td>
|
||||
<a href="#">Source</a>
|
||||
|
|
||||
<a href="#">Javadoc</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Parent</th>
|
||||
<td>
|
||||
org.apache.maven maven 2.0 (
|
||||
<a href="#">View</a>
|
||||
)
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Deployment Date</th>
|
||||
<td>
|
||||
15 Jan 2006, 20:38:00 +1000
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Origin</th>
|
||||
<td>
|
||||
Apache Repository
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h2>Other Details</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<th>URL</th>
|
||||
<td>
|
||||
<a href="http://maven.apache.org/ref/current/maven-model">
|
||||
http://maven.apache.org/ref/current/maven-model
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Organisation</th>
|
||||
<td>
|
||||
<a href="http://www.apache.org">Apache Software Foundation</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>License</th>
|
||||
<td>
|
||||
<a href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Issue Tracker</th>
|
||||
<td>
|
||||
<a href="http://jira.codehaus.org/browse/MNG">JIRA</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Continuous Integration</th>
|
||||
<td>
|
||||
<a href="http://maven.zones.apache.org:8080/continuum/">Continuum</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h2>SCM</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Connection</th>
|
||||
<td>
|
||||
<code>scm:svn:http://svn.apache.org/repos/asf/maven/components/trunk</code>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Dev. Connection</th>
|
||||
<td>
|
||||
<code>scm:svn:https://svn.apache.org/repos/asf/maven/components/trunk</code>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Viewer</th>
|
||||
<td>
|
||||
<a href="http://svn.apache.org/viewcvs.cgi/maven/components/trunk">
|
||||
http://svn.apache.org/viewcvs.cgi/maven/components/trunk
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</document>
|
||||
|
|
@ -1,86 +0,0 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
~ Copyright 2005-2006 The Apache Software Foundation.
|
||||
~
|
||||
~ Licensed 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.
|
||||
-->
|
||||
|
||||
<document>
|
||||
<properties>
|
||||
<title>Archiva</title>
|
||||
</properties>
|
||||
<body>
|
||||
<h1>Browse Repository</h1>
|
||||
|
||||
<div id="sidebar">
|
||||
<p>reserved sidebar</p>
|
||||
</div>
|
||||
|
||||
<div id="contentArea">
|
||||
<div id="nameColumn">
|
||||
<h2>Groups</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="browse2.html">com/</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="browse2.html">commons-collections/</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="browse2.html">commons-logging/</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="browse2.html">org/</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--
|
||||
<div id="categoryColumn">
|
||||
<h2>Category</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="#">Java</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="#">Ruby</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<h2>Labels</h2>
|
||||
<div id="labels">
|
||||
<p>
|
||||
<a href="#">jdo</a>
|
||||
<a href="#">j2ee</a>
|
||||
<a href="#">maven</a>
|
||||
</p>
|
||||
</div>
|
||||
-->
|
||||
</div>
|
||||
<!--
|
||||
<div id="notes">
|
||||
<p>Notes</p>
|
||||
|
||||
<ul>
|
||||
<li>Categories and tags will be omitted until Maven 2.1 supports them</li>
|
||||
<li>We need to filter out old root level categories as they start mapping to the new ones</li>
|
||||
</ul>
|
||||
</div>
|
||||
-->
|
||||
</body>
|
||||
</document>
|
||||
|
|
@ -1,61 +0,0 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
~ Copyright 2005-2006 The Apache Software Foundation.
|
||||
~
|
||||
~ Licensed 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.
|
||||
-->
|
||||
|
||||
<document>
|
||||
<properties>
|
||||
<title>Archiva</title>
|
||||
</properties>
|
||||
<body>
|
||||
<h1>Browse Repository</h1>
|
||||
|
||||
<div id="sidebar">
|
||||
<p>reserved sidebar</p>
|
||||
</div>
|
||||
|
||||
<div id="contentArea">
|
||||
<div id="nameColumn">
|
||||
<p>
|
||||
<a href="#">org</a>
|
||||
/
|
||||
<strong>apache</strong>
|
||||
</p>
|
||||
<h2>Groups</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="browse3.html">org.apache.cocoon/</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="browse3.html">org.apache.commons/</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="browse3.html">org.apache.geronimo/</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="browse3.html">org.apache.maven/</a>
|
||||
</li>
|
||||
</ul>
|
||||
<h2>Artifacts</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="browse3.html">apache/</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</document>
|
||||
|
|
@ -1,56 +0,0 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
~ Copyright 2005-2006 The Apache Software Foundation.
|
||||
~
|
||||
~ Licensed 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.
|
||||
-->
|
||||
|
||||
<document>
|
||||
<properties>
|
||||
<title>Archiva</title>
|
||||
</properties>
|
||||
<body>
|
||||
<h1>Browse Repository</h1>
|
||||
|
||||
<div id="sidebar">
|
||||
<p>reserved sidebar</p>
|
||||
</div>
|
||||
|
||||
<div id="contentArea">
|
||||
<div id="nameColumn">
|
||||
<p>
|
||||
<a href="browse2.html">org</a>
|
||||
/
|
||||
<a href="browse2.html">apache</a>
|
||||
/
|
||||
<a href="browse2.html">maven</a>
|
||||
/
|
||||
<strong>maven-model</strong>
|
||||
</p>
|
||||
<h2>Versions</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="artifact.html">2.0/</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="artifact.html">2.0.2/</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="artifact.html">2.0.1/</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</document>
|
||||
|
|
@ -1,86 +0,0 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
~ Copyright 2005-2006 The Apache Software Foundation.
|
||||
~
|
||||
~ Licensed 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.
|
||||
-->
|
||||
|
||||
<document>
|
||||
<properties>
|
||||
<title>Archiva</title>
|
||||
</properties>
|
||||
<body>
|
||||
<img src="images/archetype.gif" width="66" height="66" title="Archetype" style="float: left"/>
|
||||
<h1>Maven Model</h1>
|
||||
|
||||
<div id="sidebar">
|
||||
<p>reserved sidebar</p>
|
||||
</div>
|
||||
|
||||
<div id="contentArea">
|
||||
<div id="tabs">
|
||||
<span>
|
||||
<a href="artifact.html">Info</a>
|
||||
<a href="dependencies.html">Dependencies</a>
|
||||
<b>Depended On By</b>
|
||||
<a href="mail-lists.html">Mailing Lists</a>
|
||||
</span>
|
||||
</div>
|
||||
<div id="tabArea">
|
||||
<h3>
|
||||
<a href="browse3.html">Maven Artifact</a>
|
||||
</h3>
|
||||
<p>
|
||||
<span style="font-size: x-small">
|
||||
<strong>Group ID:</strong>
|
||||
<a href="browse2.html">org</a>
|
||||
/
|
||||
<a href="browse2.html">apache</a>
|
||||
/
|
||||
<a href="browse2.html">maven</a>
|
||||
<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.4</a>
|
||||
</span>
|
||||
</p>
|
||||
<h3>
|
||||
<a href="browse3.html">Maven Project</a>
|
||||
</h3>
|
||||
<p>
|
||||
<span style="font-size: x-small">
|
||||
<strong>Group ID:</strong>
|
||||
<a href="browse2.html">org</a>
|
||||
/
|
||||
<a href="browse2.html">apache</a>
|
||||
/
|
||||
<a href="browse2.html">maven</a>
|
||||
<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.4</a>
|
||||
</span>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</document>
|
||||
|
|
@ -1,85 +0,0 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
~ Copyright 2005-2006 The Apache Software Foundation.
|
||||
~
|
||||
~ Licensed 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.
|
||||
-->
|
||||
|
||||
<document>
|
||||
<properties>
|
||||
<title>Archiva</title>
|
||||
</properties>
|
||||
<body>
|
||||
<img src="images/pom.gif" width="66" height="66" title="POM" style="float: left"/>
|
||||
<h1>Maven Model</h1>
|
||||
|
||||
<div id="sidebar">
|
||||
<p>reserved sidebar</p>
|
||||
</div>
|
||||
|
||||
<div id="contentArea">
|
||||
<div id="tabs">
|
||||
<span>
|
||||
<a href="artifact.html">Info</a>
|
||||
<b>Dependencies</b>
|
||||
<a href="dependedon.html">Depended On By</a>
|
||||
<a href="mail-lists.html">Mailing Lists</a>
|
||||
</span>
|
||||
</div>
|
||||
<div id="tabArea">
|
||||
<h3>
|
||||
<a href="browse3.html">Maven Artifact</a>
|
||||
</h3>
|
||||
<p>
|
||||
<span style="font-size: x-small">
|
||||
<strong>Group ID:</strong>
|
||||
<a href="browse2.html">org</a>
|
||||
/
|
||||
<a href="browse2.html">apache</a>
|
||||
/
|
||||
<a href="browse2.html">maven</a>
|
||||
<strong>Artifact ID:</strong>
|
||||
<a href="browse3.html">maven-artifact</a>
|
||||
<strong>Version(s):</strong>
|
||||
[2.0,)
|
||||
<strong>Scope:</strong>
|
||||
Test
|
||||
<strong>Classifier:</strong>
|
||||
test
|
||||
</span>
|
||||
</p>
|
||||
<h3>
|
||||
<a href="artifact.html">Maven Project</a>
|
||||
</h3>
|
||||
<p>
|
||||
<span style="font-size: x-small">
|
||||
<strong>Group ID:</strong>
|
||||
<a href="browse2.html">org</a>
|
||||
/
|
||||
<a href="browse2.html">apache</a>
|
||||
/
|
||||
<a href="browse2.html">maven</a>
|
||||
<strong>Artifact ID:</strong>
|
||||
<a href="browse3.html">maven-project</a>
|
||||
<strong>Version(s):</strong>
|
||||
<a href="artifact.html">2.0.4</a>
|
||||
<strong>Scope:</strong>
|
||||
Compile
|
||||
<strong>Optional</strong>
|
||||
</span>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</document>
|
||||
|
|
@ -1,51 +0,0 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
~ Copyright 2005-2006 The Apache Software Foundation.
|
||||
~
|
||||
~ Licensed 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.
|
||||
-->
|
||||
|
||||
<document>
|
||||
<properties>
|
||||
<title>Archiva</title>
|
||||
</properties>
|
||||
<body>
|
||||
<h1>Find Artifact</h1>
|
||||
|
||||
<div id="sidebar">
|
||||
<p>reserved sidebar</p>
|
||||
</div>
|
||||
|
||||
<div id="contentArea">
|
||||
<div id="searchBox">
|
||||
<form action="artifact.html">
|
||||
<p>
|
||||
<input type="file" size="50"/>
|
||||
<input type="submit" value="Go!"/>
|
||||
</p>
|
||||
<p>
|
||||
Select the file you would like to locate in the remote repository.
|
||||
The entire file will
|
||||
<b>not</b>
|
||||
be uploaded to the server. See the progress bar below for progress of
|
||||
locally creating a checksum that is uploaded to the server after you hit "Go!".
|
||||
</p>
|
||||
<p>
|
||||
<img src="images/progress-bar.png" width="409" height="29" alt=""/>
|
||||
</p>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</document>
|
||||
|
|
@ -1,44 +0,0 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
~ Copyright 2005-2006 The Apache Software Foundation.
|
||||
~
|
||||
~ Licensed 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.
|
||||
-->
|
||||
|
||||
<document>
|
||||
<properties>
|
||||
<title>Archiva</title>
|
||||
</properties>
|
||||
<body>
|
||||
<h1>Search</h1>
|
||||
|
||||
<div id="sidebar">
|
||||
<p>reserved sidebar</p>
|
||||
</div>
|
||||
|
||||
<div id="contentArea">
|
||||
<div id="searchBox">
|
||||
<form action="results.html">
|
||||
<p>
|
||||
<input type="text" size="50"/>
|
||||
<input type="submit" name="Go!"/>
|
||||
</p>
|
||||
<p>
|
||||
Enter your search terms. A variety of data will be searched for your keywords.
|
||||
</p>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</document>
|
||||
|
|
@ -1,112 +0,0 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
~ Copyright 2005-2006 The Apache Software Foundation.
|
||||
~
|
||||
~ Licensed 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.
|
||||
-->
|
||||
|
||||
<document>
|
||||
<properties>
|
||||
<title>Archiva</title>
|
||||
</properties>
|
||||
<body>
|
||||
<img src="images/mavenplugin.gif" width="66" height="66" alt="Maven Plugin" style="float: left"/>
|
||||
<h1>Maven Model</h1>
|
||||
|
||||
<div id="sidebar">
|
||||
<p>reserved sidebar</p>
|
||||
</div>
|
||||
|
||||
<div id="contentArea">
|
||||
<div id="tabs">
|
||||
<span>
|
||||
<a href="artifact.html">Info</a>
|
||||
<a href="dependencies.html">Dependencies</a>
|
||||
<a href="dependedon.html">Depended On By</a>
|
||||
<b>Mailing Lists</b>
|
||||
</span>
|
||||
</div>
|
||||
<div id="tabArea">
|
||||
<h3>
|
||||
Maven Announcement List
|
||||
</h3>
|
||||
<p>
|
||||
Description blah blah blah
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
<b>Subscribe:</b>
|
||||
<a href="mailto:announce-subscribe@maven.apache.org">announce-subscribe@maven.apache.org</a>
|
||||
</li>
|
||||
<li>
|
||||
<b>Post:</b>
|
||||
<a href="mailto:announce@maven.apache.org">announce@maven.apache.org</a>
|
||||
</li>
|
||||
<li>
|
||||
<b>Unsubscribe:</b>
|
||||
<a href="mailto:announce-unsubscribe@maven.apache.org">announce-unsubscribe@maven.apache.org</a>
|
||||
</li>
|
||||
<li>
|
||||
<b>List owner:</b>
|
||||
<a href="mailto:announce-owner@maven.apache.org">announce-owner@maven.apache.org</a>
|
||||
</li>
|
||||
<li>
|
||||
<b>Archives:</b>
|
||||
<ul>
|
||||
<li>
|
||||
<a
|
||||
href="http://mail-archives.apache.org/mod_mbox/maven-announce/">Official Apache Mail Archives
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<h3>
|
||||
Maven Users List
|
||||
</h3>
|
||||
<p>
|
||||
Description blah blah blah
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
<b>Subscribe:</b>
|
||||
<a href="mailto:users-subscribe@maven.apache.org">users-subscribe@maven.apache.org</a>
|
||||
</li>
|
||||
<li>
|
||||
<b>Post:</b>
|
||||
<a href="mailto:users@maven.apache.org">users@maven.apache.org</a>
|
||||
</li>
|
||||
<li>
|
||||
<b>Unsubscribe:</b>
|
||||
<a href="mailto:users-unsubscribe@maven.apache.org">users-unsubscribe@maven.apache.org</a>
|
||||
</li>
|
||||
<li>
|
||||
<b>List owner:</b>
|
||||
<a href="mailto:users-owner@maven.apache.org">users-owner@maven.apache.org</a>
|
||||
</li>
|
||||
<li>
|
||||
<b>Archives:</b>
|
||||
<ul>
|
||||
<li>
|
||||
<a
|
||||
href="http://mail-archives.apache.org/mod_mbox/maven-users/">Official Apache Mail Archives
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</document>
|
||||
|
|
@ -1,213 +0,0 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
~ Copyright 2005-2006 The Apache Software Foundation.
|
||||
~
|
||||
~ Licensed 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.
|
||||
-->
|
||||
|
||||
<document>
|
||||
<properties>
|
||||
<title>Archiva</title>
|
||||
</properties>
|
||||
<body>
|
||||
<h1>Reports</h1>
|
||||
|
||||
<div id="sidebar">
|
||||
<p>reserved sidebar</p>
|
||||
</div>
|
||||
|
||||
<div id="contentArea">
|
||||
<h2>Select Report</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td>Report:</td>
|
||||
<td>
|
||||
<select>
|
||||
<option>Repository Health</option>
|
||||
<option>Old Snapshots</option>
|
||||
<option>Old Releases</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Repository:</td>
|
||||
<td>
|
||||
<select>
|
||||
<option>(All repositories)</option>
|
||||
<option>Repository 1</option>
|
||||
<option>Repository 2</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Filter:</td>
|
||||
<td>
|
||||
<select>
|
||||
<option>(All problems)</option>
|
||||
<option>Checksum problems</option>
|
||||
<option>Dependency problems</option>
|
||||
<option>Location problems</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>
|
||||
<input type="submit" value="Get Report"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<div>
|
||||
<div style="float: right">
|
||||
<a href="#">Repair all</a>
|
||||
|
|
||||
<a href="#">Regenerate Report</a>
|
||||
</div>
|
||||
<h2>Repository 1</h2>
|
||||
|
||||
<p>
|
||||
Status:
|
||||
<img src="images/icon_error_sml.gif" width="15" height="15" alt=""/>
|
||||
2
|
||||
<img src="images/icon_warning_sml.gif" width="15" height="15" alt=""/>
|
||||
1
|
||||
<img src="images/icon_info_sml.gif" width="15" height="15" alt=""/>
|
||||
0
|
||||
<span style="font-size: x-small">Report finished: 12 Jun 2006 10:11:12, execution time: 10 minutes 15 seconds
|
||||
</span>
|
||||
</p>
|
||||
|
||||
<h3>Artifacts</h3>
|
||||
<ul>
|
||||
<li class="errorBullet">File is missing SHA1 checksum (
|
||||
<a href="#">Repair</a>
|
||||
)
|
||||
</li>
|
||||
<li class="warningBullet">File is missing digital signature
|
||||
<span style="color: gray">(No fix available)</span>
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
<span style="font-size: x-small; text-indent: 3em">
|
||||
<strong>Group ID:</strong>
|
||||
<a href="browse2.html">org</a>
|
||||
/
|
||||
<a href="browse2.html">apache</a>
|
||||
/
|
||||
<a href="browse2.html">maven</a>
|
||||
<strong>Artifact ID:</strong>
|
||||
<a href="browse3.html">maven-artifact</a>
|
||||
<strong>Version(s):</strong>
|
||||
<a href="artifact.html">2.0</a>
|
||||
</span>
|
||||
</p>
|
||||
<ul>
|
||||
<li class="errorBullet">File is missing SHA1 checksum (
|
||||
<a href="#">Repair</a>
|
||||
)
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
<span style="font-size: x-small; text-indent: 3em">
|
||||
<strong>Group ID:</strong>
|
||||
<a href="browse2.html">org</a>
|
||||
/
|
||||
<a href="browse2.html">apache</a>
|
||||
/
|
||||
<a href="browse2.html">maven</a>
|
||||
<strong>Artifact ID:</strong>
|
||||
<a href="browse3.html">maven-artifact</a>
|
||||
<strong>Version(s):</strong>
|
||||
<a href="artifact.html">2.0.1</a>
|
||||
</span>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<b>... more ...</b>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div>
|
||||
<div style="float: right">
|
||||
<a href="#">Repair all</a>
|
||||
|
|
||||
<a href="#">Regenerate Report</a>
|
||||
</div>
|
||||
<h2>Repository 2</h2>
|
||||
|
||||
<p>
|
||||
Status:
|
||||
<img src="images/icon_error_sml.gif" width="15" height="15" alt=""/>
|
||||
2
|
||||
<img src="images/icon_warning_sml.gif" width="15" height="15" alt=""/>
|
||||
0
|
||||
<img src="images/icon_info_sml.gif" width="15" height="15" alt=""/>
|
||||
1
|
||||
<span style="font-size: x-small">Report finished: 12 Jun 2006 10:11:12, execution time: 10 minutes 15 seconds
|
||||
</span>
|
||||
</p>
|
||||
|
||||
<h3>Artifacts</h3>
|
||||
<ul>
|
||||
<li class="errorBullet">File is missing SHA1 checksum (
|
||||
<a href="#">Repair</a>
|
||||
)
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
<span style="font-size: x-small; text-indent: 3em">
|
||||
<strong>Group ID:</strong>
|
||||
<a href="browse2.html">org</a>
|
||||
/
|
||||
<a href="browse2.html">apache</a>
|
||||
/
|
||||
<a href="browse2.html">maven</a>
|
||||
<strong>Artifact ID:</strong>
|
||||
<a href="browse3.html">maven-artifact</a>
|
||||
<strong>Version(s):</strong>
|
||||
<a href="artifact.html">2.0.1</a>
|
||||
</span>
|
||||
</p>
|
||||
<h3>Metadata</h3>
|
||||
<ul>
|
||||
<li class="errorBullet">File is missing SHA1 checksum (
|
||||
<a href="#">Repair</a>
|
||||
)
|
||||
</li>
|
||||
<li class="infoBullet">Your coffee is ready (
|
||||
<a href="#">Pick up</a>
|
||||
)
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
<span style="font-size: x-small; text-indent: 3em">
|
||||
<strong>Group ID:</strong>
|
||||
<a href="browse2.html">org</a>
|
||||
/
|
||||
<a href="browse2.html">apache</a>
|
||||
/
|
||||
<a href="browse2.html">maven</a>
|
||||
<strong>Artifact ID:</strong>
|
||||
<a href="browse3.html">maven-artifact</a>
|
||||
<strong>Version(s):</strong>
|
||||
<a href="artifact.html">2.0.1</a>
|
||||
</span>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</document>
|
||||
|
|
@ -1,145 +0,0 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
~ Copyright 2005-2006 The Apache Software Foundation.
|
||||
~
|
||||
~ Licensed 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.
|
||||
-->
|
||||
|
||||
<document>
|
||||
<properties>
|
||||
<title>Archiva</title>
|
||||
</properties>
|
||||
<body>
|
||||
<h1>Search Results</h1>
|
||||
<div id="sidebar">
|
||||
<p>reserved sidebar</p>
|
||||
</div>
|
||||
|
||||
<div id="contentArea">
|
||||
<div id="searchBox">
|
||||
<div id="feed">
|
||||
<p>
|
||||
<a href="">
|
||||
<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="submit" name="Go!"/>
|
||||
</p>
|
||||
<p>
|
||||
Enter your search terms. A variety of data will be searched for your keywords.
|
||||
</p>
|
||||
</form>
|
||||
|
||||
<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>
|
||||
</span>
|
||||
</p>
|
||||
<h3>
|
||||
<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>
|
||||
</ul>
|
||||
<p>
|
||||
<span style="font-size: x-small">
|
||||
<strong>Group ID:</strong>
|
||||
<a href="browse2.html">org</a>
|
||||
/
|
||||
<a href="browse2.html">apache</a>
|
||||
/
|
||||
<a href="browse2.html">maven</a>
|
||||
<strong>Artifact ID:</strong>
|
||||
<a href="browse3.html">maven-artifact</a>
|
||||
<strong>Version(s):</strong>
|
||||
<a href="artifact.html">2.0</a>
|
||||
</span>
|
||||
</p>
|
||||
<h3>
|
||||
<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>
|
||||
</ul>
|
||||
<p>
|
||||
<span style="font-size: x-small">
|
||||
<strong>Group ID:</strong>
|
||||
<a href="browse2.html">org</a>
|
||||
/
|
||||
<a href="browse2.html">apache</a>
|
||||
/
|
||||
<a href="browse2.html">maven</a>
|
||||
<strong>Artifact ID:</strong>
|
||||
<a href="browse3.html">maven-artifact</a>
|
||||
<strong>Version(s):</strong>
|
||||
<a href="artifact.html">2.0</a>
|
||||
</span>
|
||||
</p>
|
||||
<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>
|
||||
|
|
||||
<a href="#">Next >></a>
|
||||
</span>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</document>
|
||||
|
|
@ -1,104 +0,0 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
~ Copyright 2005-2006 The Apache Software Foundation.
|
||||
~
|
||||
~ Licensed 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.
|
||||
-->
|
||||
|
||||
<document>
|
||||
<properties>
|
||||
<title>Archiva</title>
|
||||
</properties>
|
||||
<body>
|
||||
<h1>Synchronisation</h1>
|
||||
<div id="sidebar">
|
||||
<p>reserved sidebar</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="contentArea">
|
||||
<h2>Apache</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Last Sync completed</th>
|
||||
<td>1 February 13:01:04 (
|
||||
<a href="#">View Report</a>
|
||||
)
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Next sync</th>
|
||||
<td>1 February 17:00:00</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th>
|
||||
<td>
|
||||
<span class="statusOk">Success</span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p>
|
||||
<a href="#">Sync Now</a>
|
||||
</p>
|
||||
<h2>Codehaus</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Last Sync completed</th>
|
||||
<td>1 February 13:05:04 (
|
||||
<a href="#">View Report</a>
|
||||
)
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Next sync</th>
|
||||
<td>1 February 17:05:00</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th>
|
||||
<td>
|
||||
<span class="statusFailed">FAILED</span>
|
||||
: confluence wouldn't share CPU cycles with me
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p>
|
||||
<a href="#">Sync Now</a>
|
||||
</p>
|
||||
<h2>Open Symphony</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Last Sync completed</th>
|
||||
<td>1 February 13:11:04 (
|
||||
<a href="#">View Report</a>
|
||||
)
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Next sync</th>
|
||||
<td>1 February 17:10:00</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th>
|
||||
<td>
|
||||
<span class="statusWarn">WARNING</span>
|
||||
: some warnings occurred during the conversion
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p>
|
||||
<a href="#">Sync Now</a>
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</document>
|
||||
|