标签:
maven-resources-plugin prior to 2.4 is not supported by m2e. Use maven- resources-plugin versio
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.5</version>
<configuration>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
相关的blog:http://blog.csdn.net/caijb/article/details/7013870
标签:
原文地址:http://www.cnblogs.com/yskcoder/p/4644913.html