Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Olivier Lamy 06ccf6fb07 enforcer commons-digester and beanutils versions used to avoid dup with redback overlay pirms 12 gadiem
archiva-cli [maven-release-plugin] prepare for next development iteration pirms 12 gadiem
archiva-docs [MRM-815] aggregate indices for repository groups. pirms 12 gadiem
archiva-jetty create an empty temp directory rather than using a dummy file pirms 12 gadiem
archiva-modules enforcer commons-digester and beanutils versions used to avoid dup with redback overlay pirms 12 gadiem
archiva-tomcat move javax.mail version to a property pirms 12 gadiem
skin [maven-release-plugin] prepare for next development iteration pirms 12 gadiem
src/main/assembly fix source distribution pirms 16 gadiem
.gitignore remove use of apt plugin as fail on windauze pirms 12 gadiem
LICENSE [MRM-1306] upgrade jQuery and jQuery UI versions pirms 14 gadiem
README.txt use admin auto creation feature in dev run pirms 12 gadiem
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 pirms 13 gadiem
pom.xml enforcer commons-digester and beanutils versions used to avoid dup with redback overlay pirms 12 gadiem

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