diff options
author | Olivier Lamy <olamy@apache.org> | 2012-06-06 09:09:30 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-06-06 09:09:30 +0000 |
commit | 7dd7ac9983ad12d7f855a080ee57f39d17652305 (patch) | |
tree | 991b4b8886bb425ad0fb90d3de006bf9512627c8 /README.txt | |
parent | a4daecc3f646a565416d7ba6faf999f0fee242ff (diff) | |
download | archiva-7dd7ac9983ad12d7f855a080ee57f39d17652305.tar.gz archiva-7dd7ac9983ad12d7f855a080ee57f39d17652305.zip |
update README file
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1346796 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.txt b/README.txt index ed7fdb9d7..ecbd3f41a 100644 --- a/README.txt +++ b/README.txt @@ -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 |