From 5123e8a04659b3b539c215587625d78067290f03 Mon Sep 17 00:00:00 2001 From: Hanxiao Liu Date: Tue, 16 Jul 2019 10:05:42 +0800 Subject: [PATCH] Add document for windows java se support with v2 schema (#642) --- azure-webapp-maven-plugin/README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/azure-webapp-maven-plugin/README.md b/azure-webapp-maven-plugin/README.md index ccb1c8b0fa..25e3293439 100644 --- a/azure-webapp-maven-plugin/README.md +++ b/azure-webapp-maven-plugin/README.md @@ -196,18 +196,17 @@ Maven | 3.0 or above The supported Value for web App on Linux -In Linux environment, if the `` is not configured, `JavaSE` will be used as default. It means does not use any web container, just run your jar file. - Supported Value | Description ---|--- `tomcat 8.5` | Newest Tomcat 8.5 `tomcat 9.0` | Tomcat 9.0 `wildfly 14` | WildFly 14 (For jre8 only) - +`jre8` | Java SE 8 +`java11` | Java SE 11 -The supported Value for web App on windows +> Note: If the `` is not configured, maven plugin will deploy your project to correspond Java SE runtime, -In Windows environment, default value is tomcat 8.5 +The supported Value for web App on windows Supported Value | Description ---|--- @@ -216,13 +215,17 @@ Supported Value | Description `tomcat 7.0.62` | Tomcat 7.0.62 `tomcat 8.0` | Newest Tomcat 8.0 `tomcat 8.0.23` | Tomcat 8.0.23 -`tomcat 8.5` | Newest Tomcat 8.5 +`tomcat 8.5` | Newest Tomcat 8.5 (Default) `tomcat 8.5.6` | Tomcat 8.5.6 `jetty 9.1` | Newest Jetty 9.1 `jetty 9.1.0.20131115` | Jetty 9.1.0.v20131115 `jetty 9.3` | Newest Jetty 9.3 `jetty 9.3.13.20161014` | Jetty 9.3.13.v20161014 -> Note: It is recommended to ignore the minor version number so that the latest supported web container will be used in your Web App. + +> Note1: It is recommended to ignore the minor version number so that the latest supported web container will be used in your Web App. + +> Note2: If project `` is set to `jar`, maven plugin will deploy your project to correspond Java SE runtime, `` will not work in this situation. + #### `` Property | Description