Skip maven-dependency-plugin copy-plugin-dependencies for k8s-standard

This commit is contained in:
Philipp Dallig 2021-09-15 10:34:49 +02:00
parent 5dd5a6584b
commit 43ee00ca72
No known key found for this signature in database
GPG key ID: 64C5AC66F9362741

View file

@ -118,13 +118,15 @@
</filters>
</configuration>
</plugin>
<!-- disable maven-dependency-plugin with execution copy-plugin-dependencies because we shade the whole dependency -->
<!-- skip maven-dependency-plugin with execution copy-plugin-dependencies because we shade the whole dependency -->
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<id>copy-plugin-dependencies</id>
<phase>none</phase>
<configuration>
<skip>true</skip>
</configuration>
</execution>
</executions>
</plugin>