PR: MPIDEA-6

use maven.war.src for webroots


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115527 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett
2004-06-23 12:28:49 +00:00
parent 71e7432d84
commit 10d22add0d

View File

@@ -77,8 +77,10 @@
<component name="WebModuleProperties">
<maven:makeRelativePath var="value" basedir="${basedir}" path="${webXml}" separator="/" />
<deploymentDescriptor name="web.xml" url="file://$$MODULE_DIR$$/${value}" version="2.3" />
<maven:get var="warSrc" plugin="maven-war-plugin" property="maven.war.src" />
<maven:makeRelativePath var="value" basedir="${basedir}" path="${warSrc}" separator="/" />
<webroots>
<root url="file://$MODULE_DIR$/src/webapp" relative="/" />
<root url="file://$MODULE_DIR$/${value}" relative="/" />
</webroots>
<orderEntriesWatcher>
<pairs>