Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Olivier Lamy f260414f76 [MRM-1327] implement alternative or improve repository metadata storage: jcr is now default storage mode. 12 лет назад
archiva-cli update version to 1.4-M1-SNAPSHOT 12 лет назад
archiva-docs [MRM-1526] configure http connection pool values for wagon http: add docs 12 лет назад
archiva-jetty move antrun version to pluginManagement section 12 лет назад
archiva-modules [MRM-1327] implement alternative or improve repository metadata storage: jcr is now default storage mode. 12 лет назад
skin update version to 1.4-M1-SNAPSHOT 12 лет назад
src/main/assembly fix source distribution 16 лет назад
.gitignore [MRM-1504] Add a new module for repository administration management 12 лет назад
LICENSE [MRM-1306] upgrade jQuery and jQuery UI versions 14 лет назад
README.txt use admin auto creation feature in dev run 12 лет назад
init-git-svn.sh no need of this configuration as it s done in setup and avoid null in directory as unit tests use getName for directories 13 лет назад
pom.xml [MRM-1515] see how to reduce dependencies: exclude stax:stax-api 12 лет назад

README.txt

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

To get involved in Archiva development, contact dev@archiva.apache.org.

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

With maven 3 and the tomcat-maven-plugin, you will be able to run the webapp from the top
and include all the other modules in the webapp classloader.
No more need to install everything to run the jetty plugin.
So just use : mvn tomcat:run -Pdev
and hit in your browser : http://localhost:9091/archiva

note with dev profile admin account is automatically created with password admin123
see file : archiva-modules/archiva-web/archiva-webapp/src/test/tomcat/auto-admin-creation.properties