Skip to content
Snippets Groups Projects
Commit 4fab4a78 authored by Brice Copy's avatar Brice Copy
Browse files

Exclude standard deploy plugin

parent 14f9f128
No related branches found
No related tags found
No related merge requests found
Pipeline #1112583 failed
......@@ -14,6 +14,14 @@
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.0.0-M1</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>com.spotify</groupId>
<artifactId>dockerfile-maven-plugin</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment