我必须定义哪个maven pom.xml属性webcontent项目?

时间:2017-07-26 13:46:53

标签: maven

我必须定义哪个maven pom.xml属性webcontent(如xhtml页面和css,js,图像资源)? ps:我正在使用eclipse IDE。

1 个答案:

答案 0 :(得分:0)

<plugin>  
         <groupId>org.apache.maven.plugins</groupId>  
         <artifactId>maven-war-plugin</artifactId>  
         <configuration>  
             <webappDirectory> ${basedir}/target/resources </webappDirectory>