Skip to content

Common Configuration

Hanxiao Liu edited this page Jan 6, 2020 · 17 revisions

The three Maven Plugins for Azure Web App/Functions/Spring Cloud support below configuration properties.

Property Required Description
<subscriptionId> false Specifies the target subscription.
Use this setting when you have multiple subscriptions in your authentication file.
<allowTelemetry> false Specifies whether to allow this plugin to send telemetry data; default value is true.
<authentication> false Specifies auth configuration. For more infos, please refer here
<authType> false Specifies which authentication method to use, default value is auto. For more infos, please refer here
<failsOnError> false Specifies whether to throw an exception when there are fatal errors during execution; the default value is true.
This setting helps prevent deployment failures from failing your entire Maven build.
<skip> false Specifies whether to skip execution. Default value is false.
Clone this wiki locally