# apache-archiva **Repository Path**: OtherCopy/apache-archiva ## Basic Information - **Project Name**: apache-archiva - **Description**: Apache Archiva™ 是一个可扩展的存储库管理软件,可帮助管理您自己的个人或企业范围的构建工件存储库。它是 Maven、Continuum 和 ANT 等构建工具的完美伴侣。 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-25 - **Last Updated**: 2021-08-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 dev@archiva.apache.org. 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=`