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
- Host: GitHub
- URL: https://github.com/apache/archiva
- Owner: apache
- License: apache-2.0
- Archived: true
- Created: 2014-04-10T07:00:07.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-09-04T22:48:04.000Z (over 1 year ago)
- Last Synced: 2024-12-03T16:27:16.427Z (4 months ago)
- Topics: apache, archiva, java, maven-repository
- Language: Java
- Homepage: https://archiva.apache.org
- Size: 59.5 MB
- Stars: 326
- Watchers: 37
- Forks: 117
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-java - Apache Archiva
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 LicenseArchiva 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=`