assembly : maven assembly打包报错:maven to create assembly : unable to obtain archiver for extension

版权声明:本文为博主九师兄(QQ群:spark源代码 198279782 欢迎来探讨技术)原创文章,未经博主允许不得转载。 https://blog.csdn.net/qq_21383435/article/details/89329111

原因是没有添加

<plugin>
       <groupId>org.apache.maven.plugins</groupId>
       <artifactId>maven-assembly-plugin</artifactId>
       <version>3.1.0</version>
   </plugin>

猜你喜欢

转载自blog.csdn.net/qq_21383435/article/details/89329111