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)"