The Apache Archiva team is pleased to announce the release of Archiva 1.2
Apache Archiva is an extensible repository management software that helps taking care of your own personal or enterprise-wide build artifact repository. It is the perfect companion for build tools such as Maven, Continuum, and ANT.
Archiva offers several capabilities, amongst which remote repository proxying, security access management, build artifact storage, delivery, browsing, indexing and usage reporting, extensible scanning functionality... and many more!
The latest release is now available here:
http://archiva.apache.org/download.html
If you have any questions, please consult:
- the web site: http://archiva.apache.org
- the archiva-user mailing list: http://archiva.apache.org/mail-lists.html
The Apache Archiva team is pleased to announce the release of Archiva 1.2-M1
Apache Archiva is an extensible repository management software that helps
taking care of your own personal or enterprise-wide build artifact
repository. It is the perfect companion for build tools such as Maven,
Continuum, and ANT.
Archiva offers several capabilities, amongst which remote repository
proxying, security access management, build artifact storage, delivery,
browsing, indexing and usage reporting, extensible scanning functionality...
and many more!
The latest release is now available here:
http://archiva.apache.org/download.html
If you have any questions, please consult:
- the web site: http://archiva.apache.org
- the archiva-user mailing list: http://archiva.apache.org/mail-lists.html
----
The Apache Archiva team would like to announce the release of Archiva 1.1.3. Archiva is available for download from:
http://archiva.apache.org/download.html
The Archiva 1.1.3 release fixes a security issue under some circumstances which was introduced in Archiva 1.1.2, and all users are encouraged to upgrade. The release also includes a small number of fixes outlined below.
Archiva is an application for managing one or more remote repositories, including administration, artifact handling, browsing and searching.
If you have any questions, please consult:
・the web site: http://archiva.apache.org/
・the archiva-user mailing list: http://archiva.apache.org/mail-lists.html
----
The Apache Archiva team is pleased to announce the release of Archiva 1.1.1.
Apache Archiva is an extensible repository management software that helps taking care of your own personal or enterprise-wide build artifact repository. It is the perfect companion for build tools such as Maven, Continuum, and ANT.
Archiva offers several capabilities, amongst which remote repository proxying, security access management, build artifact storage, delivery, browsing, indexing and usage reporting, extensible scanning functionality... and many more
The latest release is now available here: http://archiva.apache.org/download.html
If you have any questions, please consult:
Change Log for Archiva 1.1.1
Bug
Improvement
----
The Apache Archiva team is pleased to announce the release of Archiva 1.1
Archiva is a build artifact repository manager for use with build tools such
as Maven, Continuum and Ant.
It has features like repository search and browse, securing repositories,
identifying unknown artifacts and reporting of repository problems.
Aside from these, it can also act as a nearby (proxy) cache of popular
global repositories.
The latest release is now available here:
http://archiva.apache.org/download.html
If you have any questions, please consult:
- the web site: http://archiva.apache.org
- the archiva-user mailing list: http://archiva.apache.org/mail-lists.html
New in Archiva 1.1
================
* Artifact Uploads
To simplify adding artifacts to a repository, an upload form has been put in
place that allows you to put an artifact and POM into the repository without
the need for the Maven deploy-file command.
* RSS
RSS is now available for getting a feed of new artifacts being added to a
given repository. Two types of feeds are generated by Archiva: new artifacts
in a repository and new versions of a specific artifact.
* Virtual Repositories
Virtual repositories or repository groups allows downloading from a group of
repositories via one url (group url).
* Timeouts
Connections to remote repositories can now have a configurable timeout value
* New Runtime Bundle
The application is now distributed using Jetty 6.1 and it's documented
configuration, rather than the previous Plexus application server bundle. It
continues to use the Java Service Wrapper (v3.2.3) for application
monitoring, though the configuration has been improved, particularly with
regard to separating the application configuration from the installation.
* Using Spring
Archiva now uses the Spring Framework as it's underlying container instead
of Plexus. This results in a boost in performance and stability for the web
application in particular.
* Using Apache Jackrabbit WebDAV Servlet
Archiva now uses Apache Jackrabbit's WebDAV servlet for serving repository
content instead of plexus-webdav. The change results in reduced codebase
complexity, increased standards compliance, better webdav client support and
a small peformance boost.
Change Log for Archiva 1.1
=======================
* [MRM-801] - Create documentation for virtual repositories
* [MRM-861] - Paginate Search Results page
* [MRM-234] - Moving files between repos through webdav doesn't work
* [MRM-312] - ConcurrentModificationException
* [MRM-523] - Appearance Actions do not work when ${user.home} is
invalid.
* [MRM-538] - Browse > Info not synchronised with updated POM contents
* [MRM-550] - proxy connectors - move up/down should not show when it's
not possible
* [MRM-597] - Cannot run Archiva as another user because su is run with
option "-" (--login)
* [MRM-602] - add "maintainance" to the feature tour
* [MRM-605] - unit tests fail on archiva 1.0 source distribution
* [MRM-610] - a number of unit tests fail on windows
* [MRM-614] - User validation message has incorrect URL
* [MRM-624] - Failed to install Archiva as windows service
* [MRM-629] - NullPointer when setting corporate POM on a fresh archvia
install
* [MRM-638] - some developer reports are appearing in the archiva-docs
module and need to be disabled
* [MRM-650] - Deleted metadata files still appear in search results
* [MRM-652] - Invalid html links in "webdav" directory browsing
* [MRM-653] - WebDAV deploy fails with error
* [MRM-658] - org.apache.maven.archiva.repository.content.FilenameParser
is unable to determine unique snapshot versions with specific version names
* [MRM-682] - Archiva runs out of heap memory
* [MRM-692] - Repository problem is kept in database even though its
related artifact has been already removed
* [MRM-702] - in the standalone bundle, the pid file is written into the
installation directory alongside the wrapper, but should be in a temporary
location
* [MRM-711] - Security using ldap throws NullPointerException
* [MRM-733] - Error ending component lifecycle
* [MRM-753] - Error while deploying an artifact to archiva
* [MRM-767] - generated LICENSE and NOTICE files need improvement
* [MRM-768] - Cannot proxy maven2 plugin (jaxb) from a maven1 repository
(http://download.java.net/maven/1)
* [MRM-769] - CLONE - 507 Insufficient Storage when deploying artifact
with webdav
* [MRM-777] - assignments.jsp: missing
Thanks,
The Apache Archiva team