This is an automated email from the ASF dual-hosted git repository. markt 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 787600a Add a download link 787600a is described below commit 787600a71c1bb4b2fdde269f5078a059ac92b894 Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Feb 18 19:27:08 2021 +0000 Add a download link --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 439bcfe..9ccbff2 100644 --- a/README.md +++ b/README.md @@ -17,17 +17,26 @@ The tool can be used from the command line or as an Ant task. ## Usage +### Download + +Download a source or binary distribution from +[https://tomcat.apache.org/download-migration.cgi](https://tomcat.apache.org/download-migration.cgi) + ### Build -Build the migration tool with: +Build the migration tool from source with: ./mvnw verify +To run the migration tool locally, you are most likely to want: + + target/jakartaee-migration-*-shaded.jar + ### Migrate Migrate your Servlet application with: - java -jar target/jakartaee-migration-*-shaded.jar <source> <destination> + java -jar jakartaee-migration-*-shaded.jar <source> <destination> The source should be a path to a compressed archive, a folder or an individual file. The destination will be created at the specified path as a resource of --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org