MAVEN 在eclipse中webapp目录下的文件不能同步到targer的问题

 

 mvn eclipse:eclipse

打开工程中的.classpath文件

检查是否有webapp的输出,如果没,则添加

<classpathentry kind="src" path="src/main/webapp" output="target/你的项目名称"/>

 

 

不知道有没有更好的解决办法!