Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Brett Porter 07f0744a63 initial work on removing hardcoded staging repositories. Still several tasks to do and some tests are failing in this state il y a 12 ans
archiva-cli update version to 1.4-M1-SNAPSHOT il y a 12 ans
archiva-docs update some screenshots il y a 12 ans
archiva-jetty [MRM-1327] implement alternative or improve repository metadata storage: if no repository.xml found in ${appserver.base}/conf/repository.xml revert to the default found in resources. il y a 12 ans
archiva-modules initial work on removing hardcoded staging repositories. Still several tasks to do and some tests are failing in this state il y a 12 ans
skin update version to 1.4-M1-SNAPSHOT il y a 12 ans
src/main/assembly fix source distribution il y a 16 ans
.gitignore [MRM-1504] Add a new module for repository administration management il y a 12 ans
LICENSE [MRM-1306] upgrade jQuery and jQuery UI versions il y a 14 ans
README.txt use admin auto creation feature in dev run il y a 12 ans
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 il y a 13 ans
pom.xml use released 1.3 redback il y a 12 ans

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