码迷,mamicode.com
首页 > Web开发 > 详细

Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.6 or one of

时间:2016-05-02 09:19:47      阅读:427      评论:0      收藏:0      [点我收藏+]

标签:

Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.6 or one of 异常

 

http://stackoverflow.com/questions/12533885/could-not-calculate-build-plan-plugin-org-apache-maven-pluginsmaven-resources

 

在pom.xml新增:

<build>
        <pluginManagement>
          <plugins>
            <plugin>
              <artifactId>maven-resources-plugin</artifactId>
              <version>2.7</version>
            </plugin>           
          </plugins>
        </pluginManagement>   
    </build>

最后修复项目

Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.6 or one of

标签:

原文地址:http://www.cnblogs.com/byxxw/p/maven.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!