Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-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 69B8366C0 for ; Fri, 8 Jul 2011 03:26:12 +0000 (UTC) Received: (qmail 82557 invoked by uid 500); 8 Jul 2011 03:26:06 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 82413 invoked by uid 500); 8 Jul 2011 03:25:54 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 82397 invoked by uid 99); 8 Jul 2011 03:25:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jul 2011 03:25:49 +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; Fri, 08 Jul 2011 03:25:48 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 73DB7238890D for ; Fri, 8 Jul 2011 03:25:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1144140 - /cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/README.txt Date: Fri, 08 Jul 2011 03:25:28 -0000 To: commits@cxf.apache.org From: gmazza@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110708032528.73DB7238890D@eris.apache.org> Author: gmazza Date: Fri Jul 8 03:25:28 2011 New Revision: 1144140 URL: http://svn.apache.org/viewvc?rev=1144140&view=rev Log: Minor nitpicks fixed Modified: cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/README.txt Modified: cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/README.txt URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/README.txt?rev=1144140&r1=1144139&r2=1144140&view=diff ============================================================================== --- cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/README.txt (original) +++ cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/README.txt Fri Jul 8 03:25:28 2011 @@ -20,11 +20,11 @@ javac, and java to build and run the dem environment by running the script. -Building and running the demo using maven +Building and running the demo using Maven ----------------------------------------- From the base directory of this sample (i.e., where this README file is -located), the maven pom.xml file can be used to build and run the demo. +located), the Maven pom.xml file can be used to build and run the demo. mvn install (builds the demo) @@ -32,8 +32,8 @@ In separate windows: mvn -Pserver (starts the server) mvn -Pinsecure.client (runs the client in insecure mode, Scenario 1) mvn -Psecure.client (runs the client in secure mode, Scenario 2) - mvn -Pinsecure.client.non.spring (runs the client in insecure mode without spring configuration, Scenario 3) - mvn -Psecure.client.non.spring (runs the client in secure mode without spring configuration, Scenario 4) + mvn -Pinsecure.client.non.spring (runs the client in insecure mode without Spring configuration, Scenario 3) + mvn -Psecure.client.non.spring (runs the client in secure mode without Spring configuration, Scenario 4) mvn clean (removes all generated and compiled classes)"