mirror of
https://github.com/apache/archiva.git
synced 2025-02-06 18:19:02 +00:00
start some changes on archiva-configuration and archiva-security git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1125142 13f79535-47bb-0310-9956-ffa450edef68
7 lines
303 B
Plaintext
7 lines
303 B
Plaintext
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
|
|
|