除非明确添加配置。
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
</execution>
</executions>
但文件说
&#34;阴影:阴影与包装相结合,用于制作阴影罐。&#34;
http://maven.apache.org/plugins/maven-shade-plugin/
似乎这意味着上面的配置不是必需的,对吧?