Return-Path: X-Original-To: apmail-maven-commits-archive@www.apache.org Delivered-To: apmail-maven-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4B90FC67C for ; Tue, 8 May 2012 12:19:29 +0000 (UTC) Received: (qmail 79838 invoked by uid 500); 8 May 2012 12:19:29 -0000 Delivered-To: apmail-maven-commits-archive@maven.apache.org Received: (qmail 79787 invoked by uid 500); 8 May 2012 12:19:29 -0000 Mailing-List: contact commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list commits@maven.apache.org Received: (qmail 79780 invoked by uid 99); 8 May 2012 12:19:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 May 2012 12:19:29 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 May 2012 12:12:37 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id C623D2388CAD for ; Tue, 8 May 2012 12:09:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r816568 [17/49] - in /websites/production/maventest/content/plugins/maven-site-plugin-latest: ./ apidocs/ apidocs/org/apache/maven/plugins/site/ apidocs/org/apache/maven/plugins/site/class-use/ apidocs/org/apache/maven/plugins/site/wagon/ a... Date: Tue, 08 May 2012 12:09:45 -0000 To: commits@maven.apache.org From: hboutemy@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120508120956.C623D2388CAD@eris.apache.org> Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/examples/siterun.html ============================================================================== --- websites/production/maventest/content/plugins/maven-site-plugin-latest/examples/siterun.html (original) +++ websites/production/maventest/content/plugins/maven-site-plugin-latest/examples/siterun.html Tue May 8 12:09:38 2012 @@ -1,80 +1,52 @@ - - - - - - - - - - - + - Maven Site Plugin - Configuring Site Run + Configuring Site Run - - + + + + - +

When you execute "mvn site:run", you will see in the command line that the Jetty server is started at port 9000. To access the site, type http://localhost:9000 in your browser. You will also see that the dummy web application is generated in the ${basedir}/target/site/tempdir directory as specified by the tempWebappDirectory parameter.