您的位置:首页 > 运维架构 > Apache

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

2016-09-23 14:01 555 查看
http://stackoverflow.com/questions/12533885/could-not-calculate-build-plan-plugin-org-apache-maven-pluginsmaven-resources

need

<build>

        <pluginManagement>

          <plugins>

            <plugin>

              <artifactId>maven-resources-plugin</artifactId>

              <version>2.7</version>

            </plugin>           

          </plugins>

        </pluginManagement>   

    </build>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐