Apache Maven Repository

For those who wish to release their distributions into the Maven Repository on Ibiblio. Here are some basic details on the process that should get you rolling along smoothly.

The Maven Artifact Repository for Apache Projects is currently located on minotaur under the following configuration settings which can be added to your project.properties or your personal build.properties in your user directory.

maven.repo.central=www.apache.org
maven.repo.central.directory=/www/www.apache.org/dist/java-repository
maven.remote.group=apcvs

This repository is mirrored at http://www.ibiblio.org/maven and is updated (without deletion by ibiblio) every 4 hours.

Requirements and Best Practices for Artifacts deployed into the Repository

Authorization

Apache Commiters have all the necessary access rights to publish to the ibiblio repository via their userid.

Signatures

Review the documentation on SigningReleases.

Non Apache Hosted Dependencies

http://maven.apache.org/repository-upload.html

MavenRepository (last edited 2009-09-20 23:32:03 by localhost)