0
点赞
收藏
分享

微信扫一扫

Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.2.0:resources (default-res

小龟老师 2022-02-12 阅读 164

 Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.2.0:resources (default-resources) on project xxx: Input length = 1 -> [Help 1]
meven clean没问题,package出现问题

 pom.xml加入下列插件即可解决

        <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-resources-plugin</artifactId>
               <version>2.7</version>
        </plugin>

举报

相关推荐

0 条评论