maven 怎么配置webapp

maven 怎么配置webapp


慕村225694
浏览 700回答 1
1回答

潇潇雨雨

<plugin><artifactId>maven-war-plugin</artifactId><version>2.1-beta-1</version><configuration><warSourceDirectory>${basedir}/webapp</warSourceDirectory><!-- <packagingExcludes>**/*.svn</packagingExcludes><warSourceExcludes>**/*.svn</warSourceExcludes><warSourceIncludes>**/*.js,**/*.jsp,**/*.jpg,**/*.css,**/*.tld,**/*.xml</warSourceIncludes>--><webXml>${basedir}/webapp/WEB-INF/web.xml</webXml></configuration></plugin>
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

WebApp