MVN

com.microsoft.azure : azure-spring-cloud-maven-plugin

Maven & Gradle

May 31, 2022
269 stars

Azure Spring Cloud Maven Plugin · This Maven plugin helps developer configure and deploy microservices applications to Azure Spring Cloud. This plugin is deprecated and has been renamed to "com.microsoft.azure:azure-spring-apps-maven-plugin". We strongly encourage you to upgrade to continue receiving updates.

<plugin>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>azure-spring-cloud-maven-plugin</artifactId>
    <version>1.11.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.microsoft.azure : azure-spring-cloud-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.11.0

All Versions

Choose a version of com.microsoft.azure : azure-spring-cloud-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.11.x
azure-spring-cloud-maven-plugin-1.11.0
1.10.x
azure-spring-cloud-maven-plugin-1.10.0
1.9.x
azure-spring-cloud-maven-plugin-1.9.0
1.8.x
azure-spring-cloud-maven-plugin-1.8.0
1.7.x
azure-spring-cloud-maven-plugin-1.7.2
azure-spring-cloud-maven-plugin-1.7.1
azure-spring-cloud-maven-plugin-1.7.0
1.6.x
azure-spring-cloud-maven-plugin-1.6.0
1.5.x
azure-spring-cloud-maven-plugin-1.5.0
1.4.x
azure-spring-cloud-maven-plugin-1.4.0
1.3.x
azure-spring-cloud-maven-plugin-1.3.0
1.2.x
azure-spring-cloud-maven-plugin-1.2.0
1.1.x
azure-spring-cloud-maven-plugin-1.1.0
1.0.x
azure-spring-cloud-maven-plugin-1.0.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>azure-spring-cloud-maven-plugin</artifactId>
    <version>1.11.0</version>
</plugin>

Advertisement