diff options
author | Olivier Lamy <olamy@apache.org> | 2012-12-27 14:55:45 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-12-27 14:55:45 +0000 |
commit | 1569a22310a22ebf73bcd391c2b9d3b4a71f3456 (patch) | |
tree | 108f3ae5bffe5f24acaf841b6453bad14ee14085 /README.txt | |
parent | 7577e831945c8e50a0bd6ce2fc5f1e6a03cc7f01 (diff) | |
download | archiva-1569a22310a22ebf73bcd391c2b9d3b4a71f3456.tar.gz archiva-1569a22310a22ebf73bcd391c2b9d3b4a71f3456.zip |
others fix due to module rename
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1426215 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.txt b/README.txt index aca5e0022..220bcb58d 100644 --- a/README.txt +++ b/README.txt @@ -10,9 +10,9 @@ Running from Source Code ======================== As webapp js is in dev and won't probably be released soon, the module is not activated by default and it's included only in a profile -mvn tomcat7:run -pl :archiva-webapp-js -am (to save fingers :-) use sh ./t7.sh ) +mvn tomcat7:run -pl :archiva-webapp -am (to save fingers :-) use sh ./t7.sh ) or -mvn tomcat6:run -pl :archiva-webapp-js -am +mvn tomcat6:run -pl :archiva-webapp -am hit your browser: http://localhost:9091/archiva/index.html |