mirror of https://github.com/apache/archiva.git
Update the Archiva site for the 1.0-alpha-2 release.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@552075 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0d2427965a
commit
1ed0cb1ca9
|
@ -9,17 +9,18 @@ Download Archiva
|
|||
You will be prompted for a mirror - if the file is not found on yours, please be patient, as it may take 24
|
||||
hours to reach all mirrors.
|
||||
|
||||
* Archiva 1.0 Alpha 1
|
||||
* Archiva 1.0 Alpha 2
|
||||
|
||||
This version is considered an early alpha release of the database backed, scalable, and stability improved archiva. This version has known problems with Maven 1 clients, Proxying, and deployment on Tomcat. (See {{{http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&&pid=10980&resolution=-1&sorter/field=priority&sorter/order=DESC} full list of issues}} for details)
|
||||
This version is considered an early alpha release of the database backed, scalable, and stability improved archiva.
|
||||
This version has known problems with Maven 1 clients and deployment on Tomcat.
|
||||
(See {{{http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&&pid=10980&resolution=-1&sorter/field=priority&sorter/order=DESC} full list of issues}} for details)
|
||||
|
||||
*-------------------------------+---------+----------+-----------+
|
||||
| | Mirrors | Checksum | Signature |
|
||||
*-------------------------------+---------+----------+-----------+
|
||||
| Archiva 1.0-alpha-1 (bin.tar.gz) | {{{http://www.apache.org/dyn/closer.cgi/maven/binaries/archiva-1.0-alpha-1-bin.tar.gz} archiva-1.0-alpha-1-bin.tar.gz}} | {{{http://www.apache.org/dist/maven/binaries/archiva-1.0-alpha-1-bin.tar.gz.md5} archiva-1.0-alpha-1-bin.tar.gz.md5}} | {{{http://www.apache.org/dist/maven/binaries/archiva-1.0-alpha-1-bin.tar.gz.asc} archiva-1.0-alpha-1-bin.tar.gz.asc}} |
|
||||
| Archiva 1.0-alpha-1 (bin.zip) | {{{http://www.apache.org/dyn/closer.cgi/maven/binaries/archiva-1.0-alpha-1-bin.zip} archiva-1.0-alpha-1-bin.zip}} | {{{http://www.apache.org/dist/maven/binaries/archiva-1.0-alpha-1-bin.zip.md5} archiva-1.0-alpha-1-bin.zip.md5}} | {{{http://www.apache.org/dist/maven/binaries/archiva-1.0-alpha-1-bin.zip.asc} archiva-1.0-alpha-1-bin.zip.asc}} |
|
||||
| Archiva 1.0-alpha-2 (bin.tar.gz) | {{{http://www.apache.org/dyn/closer.cgi/maven/binaries/archiva-1.0-alpha-2-bin.tar.gz} archiva-1.0-alpha-2-bin.tar.gz}} | {{{http://www.apache.org/dist/maven/binaries/archiva-1.0-alpha-2-bin.tar.gz.md5} archiva-1.0-alpha-2-bin.tar.gz.md5}} | {{{http://www.apache.org/dist/maven/binaries/archiva-1.0-alpha-2-bin.tar.gz.asc} archiva-1.0-alpha-2-bin.tar.gz.asc}} |
|
||||
*-------------------------------+---------+----------+-----------+
|
||||
| Archiva 1.0-alpha-1 (src) | {{{http://www.apache.org/dyn/closer.cgi/maven/source/archiva-1.0-alpha-1-src.zip} archiva-1.0-alpha-1-src.zip}} | {{{http://www.apache.org/dist/maven/source/archiva-1.0-alpha-1-src.zip.md5} archiva-1.0-alpha-1-src.zip.md5}} | {{{http://www.apache.org/dist/maven/source/archiva-1.0-alpha-1-src.zip.asc} archiva-1.0-alpha-1-src.zip.asc}} |
|
||||
| Archiva 1.0-alpha-2 (src) | {{{http://www.apache.org/dyn/closer.cgi/maven/source/archiva-1.0-alpha-2-src.zip} archiva-1.0-alpha-2-src.zip}} | {{{http://www.apache.org/dist/maven/source/archiva-1.0-alpha-2-src.zip.md5} archiva-1.0-alpha-2-src.zip.md5}} | {{{http://www.apache.org/dist/maven/source/archiva-1.0-alpha-2-src.zip.asc} archiva-1.0-alpha-2-src.zip.asc}} |
|
||||
*-------------------------------+---------+----------+-----------+
|
||||
|
||||
* Archiva 0.9 Alpha 2
|
||||
|
@ -51,12 +52,12 @@ Download Archiva
|
|||
|
||||
The installation of Archiva consists solely of unpacking the archive in the desired directory. It's that simple!
|
||||
|
||||
** NOTE: If you have installed archiva-0.9, backup you $HOME/.m2/archiva.xml file.
|
||||
** NOTE: If you have installed archiva-0.9, backup your $HOME/.m2/archiva.xml file.
|
||||
|
||||
For example:
|
||||
|
||||
+------+
|
||||
tar -xzvf archiva-1.0-alpha-1-bin.tar.gz
|
||||
tar -xzvf archiva-1.0-alpha-2-bin.tar.gz
|
||||
+------+
|
||||
|
||||
To start the app, use the appropriate platform-specific startup script found under the "bin" directory of your
|
||||
|
@ -65,6 +66,6 @@ Download Archiva
|
|||
For example:
|
||||
|
||||
+------+
|
||||
cd archiva-1.0-alpha-1/bin/linux-x86-32
|
||||
cd archiva-1.0-alpha-2/bin/linux-x86-32
|
||||
./run.sh start
|
||||
+------+
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
</properties>
|
||||
<body>
|
||||
<div id="downloadbox">
|
||||
<h5>Get Archiva 1.0 Alpha 1</h5>
|
||||
<h5>Get Archiva 1.0 Alpha 2</h5>
|
||||
<p>
|
||||
<a href="download.html">
|
||||
<img valign="top" src="http://maven.apache.org/images/folder-open.gif" border="0" alt="" title="download"/>
|
||||
|
@ -41,7 +41,7 @@
|
|||
<a href="download.html#installation">Installation Instructions</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10980&styleName=Html&version=13443">Release Notes</a>
|
||||
<a href="http://jira.codehaus.org/secure/ReleaseNote.jspa?version=13518&styleName=Text&projectId=10980">Release Notes</a>
|
||||
</li>
|
||||
<!--
|
||||
<li>
|
||||
|
@ -93,6 +93,9 @@
|
|||
|
||||
<section name="Latest News">
|
||||
<p>
|
||||
<ul>
|
||||
<li>Archiva 1.0 Alpha 2 Release Available - June 29, 2007</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Archiva 1.0 Alpha 1 Release Available - June 5, 2007</li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in New Issue