We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff7e9c7 commit 5256d42Copy full SHA for 5256d42
1 file changed
jenkins-client-it-docker/pom.xml
@@ -86,6 +86,20 @@
86
<skipIfEmpty>true</skipIfEmpty>
87
</configuration>
88
</plugin>
89
+ <plugin>
90
+ <groupId>org.apache.maven.plugins</groupId>
91
+ <artifactId>maven-install-plugin</artifactId>
92
+ <configuration>
93
+ <skip>true</skip>
94
+ </configuration>
95
+ </plugin>
96
97
98
+ <artifactId>maven-deploy-plugin</artifactId>
99
100
101
102
103
</plugins>
104
</build>
105
<properties>
0 commit comments