mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Skip maven-dependency-plugin copy-plugin-dependencies for k8s-standard
This commit is contained in:
parent
5dd5a6584b
commit
43ee00ca72
1 changed files with 4 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue