Skip to content
yucwan edited this page Nov 21, 2019 · 13 revisions

Welcome to Azure Maven Plugins Wiki!

Here you can learn how to deploy your Maven projects to various Azure platforms for Java developers. Please refer to the sidebar on the right for details.

<plugin>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>azure-webapp-maven-plugin</artifactId>
    <!-- check Maven Central for the latest version -->
    <version>1.8.0</version>
</plugin>
<plugin>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>azure-functions-maven-plugin</artifactId>
    <!-- check Maven Central for the latest version -->
    <version>1.3.2</version>
</plugin>
<plugin>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>azure-spring-cloud-maven-plugin</artifactId>
    <!-- check Maven Central for the latest version -->
    <version>1.0.0</version>
</plugin>
Clone this wiki locally