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

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>

猜你喜欢

转载自blog.csdn.net/jintianhen1/article/details/52637503