Update pom.xml

This commit is contained in:
Oleg Zhurakousky
2022-12-15 12:57:56 +01:00
committed by GitHub
parent 5c77784338
commit 6ab00ec6d4

View File

@@ -49,6 +49,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>