Maven:所有模块的属性保持不变?
我在 root pom.xml 中有一个属性:
<foo>${basedir}/src/test/xslt</foo>
在子模块中,它会被重新评估,因此 ${foo} 在子模块中是不同的值。
如何确保所有子模块的值都相同? (当然没有硬编码)
更新:似乎没有这样的功能。我建议将其添加到 Maven 中:
<foo recompute="false">...</foo>
I have a property in root pom.xml:
<foo>${basedir}/src/test/xslt</foo>
In a submodule, this gets re-evaluated, so ${foo} is different value in submodule.
How can I ensure that the value will be the same for all submodules? (Without hard-coding of course)
Update: Seems like there's no such feature. I'd suggest to have this added to Maven:
<foo recompute="false">...</foo>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论