This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git


The following commit(s) were added to refs/heads/master by this push:
     new 4291ffe  Add Usage to the README
4291ffe is described below

commit 4291ffe79f9040407bbbdc83a32ae991881219f4
Author: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
AuthorDate: Thu Feb 6 11:55:51 2020 +0200

    Add Usage to the README
---
 README.md | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/README.md b/README.md
index 334d031..dc17576 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,21 @@ This tool is a work in progress.
 
 The aim of the tool is to take a web application written for Java EE 8 that 
runs on Apache Tomcat 9 and convert it automatically so it runs on Apache 
Tomcat 10 which implements Jakarta EE 9.
 
+## Usage
+
+### Build
+
+Build the migration tool with:
+
+    `mvn verify`
+
+### Migrate
+
+Migrate your Servlet application with:
+
+    `java -cp target/jakartaee-migration-*-shaded.jar 
org.apache.tomcat.jakartaee.Migration /path/to/my-javax.war my-jakarta.war`
+
+
 ## Differences between Java EE 8 and Jakarta EE 9
 
 Jakarta EE 9 is still under development and there are some details that remain 
to be worked out.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to