maven 打包报错万能

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/m0_37842716/article/details/89381300
<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-jar-plugin</artifactId>
    <version>2.5</version>
</plugin>

打包报错找不到某东西,先把这句加上再试试

猜你喜欢

转载自blog.csdn.net/m0_37842716/article/details/89381300