mirror of https://github.com/apache/archiva.git
update README file
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1346796 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a4daecc3f6
commit
7dd7ac9983
|
@ -9,7 +9,7 @@ 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 tomcat6:run -Pdev -Ptomcat or mvn tomcat7:run -Pdev -Ptomcat
|
||||
So just use : mvn tomcat6:run -Pdev -Ptomcat -pl :archiva-webapp -am or mvn tomcat7:run -Pdev -Ptomcat -pl :archiva-webapp -am
|
||||
and hit in your browser : http://localhost:9091/archiva
|
||||
|
||||
note with dev profile admin account is automatically created with password admin123
|
||||
|
|
|
@ -1376,7 +1376,7 @@
|
|||
</configuration>
|
||||
</execution>
|
||||
<!--
|
||||
redefine to override exclude configuration (and exlude back struts-security.xml :-)
|
||||
redefine to override exclude configuration (and exclude back struts-security.xml :-)
|
||||
tomcat plugin 2.0 has a better support of war overlay
|
||||
-->
|
||||
<execution>
|
||||
|
|
Loading…
Reference in New Issue