使用idea maven打包项目 Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.0.2:resou

Posted helloworld6379

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用idea maven打包项目 Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.0.2:resou相关的知识,希望对你有一定的参考价值。

超级折磨人 在网上搜到的解决方案: 

技术交流群 : 816227112

修改

技术图片

 <plugin>
          <groupId>org.apache.maven.plugins</groupId>
              <artifactId>maven-resources-plugin</artifactId>
                     <version>2.7</version>
            <dependencies>
                <dependency>
                  <groupId>org.apache.maven.shared</groupId>
                   <artifactId>maven-filtering</artifactId>
                   <version>1.3</version>
                </dependency>
            </dependencies>
</plugin>

原文 :  https://www.cnblogs.com/yanyunliu/p/9247592.html

以上是关于使用idea maven打包项目 Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.0.2:resou的主要内容,如果未能解决你的问题,请参考以下文章

IDEA打包Maven项目我

IDEA使用Maven打包Spark项目报错,求大神指点下

idea打包时可以设置不用跟新包

idea mvn 踩坑 使用mvn 打包

maven install中依赖关系打包failed

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.8:unpack (unpack)