You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2017/06/16 23:38:09 UTC

archiva-site git commit: update with jetty scripts

Repository: archiva-site
Updated Branches:
  refs/heads/master 018092428 -> 4502d2e9c


update with jetty scripts

Signed-off-by: olivier lamy <ol...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/archiva-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/archiva-site/commit/4502d2e9
Tree: http://git-wip-us.apache.org/repos/asf/archiva-site/tree/4502d2e9
Diff: http://git-wip-us.apache.org/repos/asf/archiva-site/diff/4502d2e9

Branch: refs/heads/master
Commit: 4502d2e9c8e38a3160e508c16fab3201f4ec0836
Parents: 0180924
Author: olivier lamy <ol...@apache.org>
Authored: Sat Jun 17 09:37:31 2017 +1000
Committer: olivier lamy <ol...@apache.org>
Committed: Sat Jun 17 09:38:00 2017 +1000

----------------------------------------------------------------------
 src/site/apt/developers/building.apt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/archiva-site/blob/4502d2e9/src/site/apt/developers/building.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/developers/building.apt b/src/site/apt/developers/building.apt
index e2ac9f7..c9c58cb 100644
--- a/src/site/apt/developers/building.apt
+++ b/src/site/apt/developers/building.apt
@@ -73,7 +73,7 @@ Running Javascript webapp with tomcat-maven-plugin
 +--
 mvn tomcat7:run -pl :archiva-webapp -am (use mvnDebug if you want to attach a debugger)
 or
-sh ./t7.sh (use sh ./t7-debug.sh if you want to attach a debugger)
+sh ./jetty.sh (use sh ./jetty-debug.sh if you want to attach a debugger)
 +--
 
   Hit your browser : http://localhost:9091/archiva/index.html