Update pom.xml

This commit is contained in:
Oleg Zhurakousky
2022-12-15 12:58:17 +01:00
committed by GitHub
parent 6ab00ec6d4
commit 27beecac0a

View File

@@ -50,6 +50,13 @@
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-functions-maven-plugin</artifactId>