当我们使用基于Maven的原型 maven-archetype-webapp 开发Web应用程序时,默认的上下文根集是什么?
我们如何在基于Maven的项目中更改默认上下文根?
谢谢&问候
sivakiran B
答案 0 :(得分:0)
首先,您必须编辑生成的pom.xml
并定义<webModule>
。
Web模块的默认上下文根是ArtifacId
。如果您想要更改它,则必须在<contextRoot>
下添加<webModule>
。
阅读有关Maven EAR插件的更多信息:
http://maven.apache.org/plugins/maven-ear-plugin/examples/customizing-context-root.html