maven-resources-plugin prior to 2.4 is not supported by m2e. Use maven-resources

  <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-resources-plugin</artifactId>
                <version>2.5</version>
                <configuration>
                    <encoding>${project.build.sourceEncoding}</encoding>
                </configuration>
            </plugin>

把版本改成2.5

猜你喜欢

转载自m635674608.iteye.com/blog/2195032
今日推荐