mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Rollback mistakenly removed plugin
This commit is contained in:
parent
aafaf4210a
commit
48d338f1f7
1 changed files with 8 additions and 1 deletions
|
|
@ -72,8 +72,15 @@
|
|||
</descriptors>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
||||
<plugin>
|
||||
<!--assembly does all the job here-->
|
||||
<artifactId>maven-dependency-plugin</artifactId>
|
||||
<configuration>
|
||||
<skip>true</skip>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
<profiles>
|
||||
|
|
|
|||
Loading…
Reference in a new issue