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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user