Author: ningjiang
Date: Wed Sep 21 09:47:56 2011
New Revision: 1173547
URL: http://svn.apache.org/viewvc?rev=1173547&view=rev
Log:
update the README.txt of the jax_rs/basic_https
Modified:
cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/jax_rs/basic_https/README.txt
Modified:
cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/jax_rs/basic_https/README.txt
URL:
http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/jax_rs/basic_https/README.txt?rev=1173547&r1=1173546&r2=1173547&view=diff
==============================================================================
---
cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/jax_rs/basic_https/README.txt
(original)
+++
cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/jax_rs/basic_https/README.txt
Wed Sep 21 09:47:56 2011
@@ -62,6 +62,17 @@ Using either UNIX or Windows:
To remove the code generated from the WSDL file and the .class
files, run "ant clean".
+Building and running the demo using Maven
+-----------------------------------------
+
+Using either UNIX or Windows:
+
+ mvn -Pserver (from one command line window)
+ mvn -Pclient (from a second command line window)
+
+
+To remove the code generated from the WSDL file and the .class
+files, run "mvn clean".
Building the demo using wsdl2java and javac
-------------------------------------------