Author: sagara
Date: Thu May 3 07:37:24 2012
New Revision: 1333332
URL: http://svn.apache.org/viewvc?rev=1333332&view=rev
Log:
* Replaced deprecated keytool:genkey by keytool:generateKeyPair goal.
* Update README file.
Modified:
axis/axis2/java/transports/trunk/modules/samples/https-sample/README.txt
axis/axis2/java/transports/trunk/modules/samples/https-sample/httpsService/pom.xml
Modified:
axis/axis2/java/transports/trunk/modules/samples/https-sample/README.txt
URL:
http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/samples/https-sample/README.txt?rev=1333332&r1=1333331&r2=1333332&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/modules/samples/https-sample/README.txt
(original)
+++ axis/axis2/java/transports/trunk/modules/samples/https-sample/README.txt
Thu May 3 07:37:24 2012
@@ -38,7 +38,7 @@ Running the Sample Client
2.) Run following command.
- "mvn exec:java
-Dexec.mainClass="org.apache.axis2.examples.httpsclient.SimpleServiceClient"
-Dexec.classpathScope=runtime"
+ "mvn package exec:java
-Dexec.mainClass="org.apache.axis2.examples.httpsclient.SimpleServiceClient"
-Dexec.classpathScope=runtime"
3.) You should able to see the response as follows.
Modified:
axis/axis2/java/transports/trunk/modules/samples/https-sample/httpsService/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/samples/https-sample/httpsService/pom.xml?rev=1333332&r1=1333331&r2=1333332&view=diff
==============================================================================
---
axis/axis2/java/transports/trunk/modules/samples/https-sample/httpsService/pom.xml
(original)
+++
axis/axis2/java/transports/trunk/modules/samples/https-sample/httpsService/pom.xml
Thu May 3 07:37:24 2012
@@ -39,7 +39,7 @@
<phase>generate-resources</phase>
<id>genkey</id>
<goals>
- <goal>genkey</goal>
+ <goal>generateKeyPair</goal>
</goals>
</execution>
</executions>
@@ -73,4 +73,4 @@
</plugin>
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>