Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Olivier Lamy 835f163f01 upgrade to jackrabbit 2.3.3 12 роки тому
archiva-cli [maven-release-plugin] prepare for next development iteration 12 роки тому
archiva-docs [MRM-815] aggregate indices for repository groups. 12 роки тому
archiva-jetty create an empty temp directory rather than using a dummy file 12 роки тому
archiva-modules i18n resources from redback now have a new package as to be shared they are now located in a new artifact 12 роки тому
archiva-tomcat move javax.mail version to a property 12 роки тому
skin [maven-release-plugin] prepare for next development iteration 12 роки тому
src/main/assembly fix source distribution 16 роки тому
.gitignore use derby only in memory for testing 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 upgrade to jackrabbit 2.3.3 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