You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Olivier Lamy 54f0882529 [MRM-1547] release an archetype to create consumer 12 lat temu
archiva-cli [maven-release-plugin] prepare for next development iteration 12 lat temu
archiva-docs [maven-release-plugin] prepare for next development iteration 12 lat temu
archiva-jetty add supplement data model to add eclipse products in NOTICE 12 lat temu
archiva-modules [MRM-1547] release an archetype to create consumer 12 lat temu
archiva-tomcat move javax.mail version to a property 12 lat temu
skin [maven-release-plugin] prepare for next development iteration 12 lat temu
src/main/assembly fix source distribution 16 lat temu
.gitignore use apt plugin from myfaces to generate taglib file 12 lat temu
LICENSE [MRM-1306] upgrade jQuery and jQuery UI versions 14 lat temu
README.txt use admin auto creation feature in dev run 12 lat temu
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 lat temu
pom.xml [MRM-1539] Upgrade to Jetty 7. 12 lat temu

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