--- /dev/null
+Archiva release process.
+
+1) Perform a release:prepare at root of subversion tree.
+
+2) Perform a release:peform at the root of subversion tree.
+
+ Be sure you have the appropriate $HOME/.m2/settings.xml settings.
+
+ <profiles>
+ <profile>
+ <id>release</id>
+ <properties>
+ <gpg.passphrase>********</gpg.passphrase>
+ </properties>
+ </profile>
+ </profiles>
+
+ Be sure you update your gpg passphrase!!
+
+3) Create the vote for release email.
+
+4) Wait 72 hours
+
+5) Tabulate votes
+
+ If a negative binding vote occurs, the release must be reviewed.
+ If 3 or more positive binding votes occur, then the release is blessed.
+
+6) Perform a stage:copy of the staged repository to the m2-ibiblio-rsync-repository location.
+ This plugin can be found at the subversion url below:
+ https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-stage-plugin
+
+ $ mvn stage:copy -Dsource="http://people.apache.org/builds/maven/archiva/1.0-alpha-1/m2-staging-repository/" -Dtarget="scpexe://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository" -Dversion=1.0-alpha-1 -DrepositoryId=apache.releases
+
+7) Copy the binaries over to the dist directory.
+
+ $ ssh people.apache.org cp /www/people.apache.org/builds/maven/archiva/1.0-alpha-1/archiva-*-bin* /www/www.apache.org/dist/maven/binaries/
+
+ $ ssh people.apache.org cp /www/people.apache.org/builds/maven/archiva/1.0-alpha-1/archiva-*-src* /www/www.apache.org/dist/maven/source/
+
+8) Update the archiva-site documents to point to the new downloads.
+
+ Change the download box in the archiva-site/src/site/xdoc/index.xml
+ To point to the new binaries and source files.
+
+9) Deploy the site.
+
+ $ mvn clean site:deploy
+
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
+
+ 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)
+
+*-------------------------------+---------+----------+-----------+
+| | 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-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 0.9 Alpha 2
This version is considered a proof of concept, useful for demonstration purposes, small repositories, and low user
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.
+
For example:
+------+
- tar -xzvf archiva-0.9-alpha-2-bin.tar.gz
+ tar -xzvf archiva-1.0-alpha-1-bin.tar.gz
+------+
To start the app, use the appropriate platform-specific startup script found under the "bin" directory of your
For example:
+------+
- cd archiva-0.9-alpha-2/bin/linux-x86-32
+ cd archiva-1.0-alpha-1/bin/linux-x86-32
./run.sh start
+------+
</properties>
<body>
<div id="downloadbox">
- <h5>Get Archiva 0.9 Alpha 2</h5>
+ <h5>Get Archiva 1.0 Alpha 1</h5>
<p>
<a href="download.html">
<img valign="top" src="http://maven.apache.org/images/folder-open.gif" border="0" alt="" title="download"/>
Download
</a>
Archiva
- <small>(20Mb)</small>
+ <small>(23MB)</small>
</p>
<ul>
<li>
<li>
<a href="download.html#installation">Installation Instructions</a>
</li>
- <!--
<li>
- <a href="release-notes.html">Release Notes</a>
+ <a href="http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10980&styleName=Html&version=13443">Release Notes</a>
</li>
+ <!--
<li>
<a href="guides/getting-started/index.html">Getting Started</a>
</li>