我必须定义哪个maven pom.xml属性webcontent(如xhtml页面和css,js,图像资源)? ps:我正在使用eclipse IDE。
答案 0 :(得分:0)
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<configuration>
<webappDirectory> ${basedir}/target/resources </webappDirectory>