2011-08-25 02:13:46 -04:00
|
|
|
Apache Archiva
|
|
|
|
==============
|
|
|
|
|
|
|
|
To get involved in Archiva development, contact dev@archiva.apache.org.
|
|
|
|
|
|
|
|
Running from Source Code
|
|
|
|
========================
|
|
|
|
|
2011-05-19 18:20:55 -04:00
|
|
|
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
|
|
|
|
|