Skip to content

Commit c6445bf

Browse files
committed
1. update maven plugin version
2. add phrase to user for editing the properties like: resource group. Signed-off-by: andxu <[email protected]>
1 parent 98c78f6 commit c6445bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/containers/quickstart-java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Then add the following plugin definition inside the `<build>` element of the `po
5858
<plugin>
5959
<groupId>com.microsoft.azure</groupId>
6060
<artifactId>azure-webapp-maven-plugin</artifactId>
61-
<version>1.6.0</version>
61+
<version>1.7.0</version>
6262
</plugin>
6363
</plugins>
6464
```
@@ -110,7 +110,7 @@ Confirm (Y/N)? : Y
110110
> [!NOTE]
111111
> In this article we are only working with Java apps packaged in WAR files. The plugin also supports JAR web applications, visit [Deploy a Java SE JAR file to App Service on Linux](https://docs.microsoft.com/java/azure/spring-framework/deploy-spring-boot-java-app-with-maven-plugin?toc=%2fazure%2fapp-service%2fcontainers%2ftoc.json) to try it out.
112112
113-
Navigate to `pom.xml` again to see the plugin configuration is updated, common configurations for Azure App Service are listed here:
113+
Navigate to `pom.xml` again to see the plugin configuration is updated, You can modify other configurations for App Service directly in your pom file if needed, some common ones are listed below:
114114

115115
Property | Required | Description | Version
116116
---|---|---|---

0 commit comments

Comments
 (0)