An open API service indexing awesome lists of open source software.

https://github.com/apache/archiva

Apache Archiva Repository
https://github.com/apache/archiva

apache archiva java maven-repository

Last synced: 3 months ago
JSON representation

Apache Archiva Repository

Awesome Lists containing this project

README

        

Apache Archiva
==============

Licensing information
=====================

Archiva is developed under the Apache License Version 2.0

Please notice, the download distribution includes third party Java libraries that are not covered by Apache license, namely:
- Common Development and Distribution License (CDDL)
- Mozilla License
- Day Specification License

Archiva Development
===================

To get involved in Archiva development, contact [email protected].

NOTE: you will need a `MAVEN_OPTS` with some memory setup as sample:
`export MAVEN_OPTS="-Xmx768m -Xms768m -XX:MaxPermSize=256m"`

Running from Source Code
========================

As webapp js is in dev and won't probably be released soon, the module is not activated by default and it's included only in a profile
`mvn jetty:run -pl :archiva-webapp -am` (to save fingers :-) use `sh ./jetty.sh` ) (debug with `sh ./jetty-debug.sh`, debug port is 8000)

hit your browser: http://localhost:9091/archiva/index.html

Test Registration email
========================
Redback can send email on registration. By default the mail jndi si configured to use localhost.
You can use your gmail accout for testing purpose.
In your **~/.m2/settings.xml** file add a property with a path to a tomcat context file:
```xml
/Users/olamy/dev/tomcat-context-archiva-gmail.xml
```
This file must contains:

```xml


```

Using with cassandra as metadata storage
========================
You can run the application using cassandra as storage.

```shell
sh ./jetty.sh -Pcassandra
```

Default cassandra host is localhost and port 9160

You can override using:

* `-Dcassandra.host=`
* `-Dcassandra.port=`