Maven相当于Ant的propertyfile选项
抱歉拉默的问题,但我真的找不到主题。 我有一个 pom.xml 文件的外部文件,例如 backup.properties,并且希望它在下次 mvn 运行时加载。
任何方向将不胜感激
奥列格
sorry for lamer question, but I really could not found subject.
I have a external to the pom.xml file, say backup.properties, and would like it load by next mvn run.
Any direction would be greatly appreciated
Oleg
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看一下 Properties Maven 插件:
用法:
Take a look at the Properties Maven Plugin:
Usage:
查看属性 Maven 插件。
Take a look the Properties Maven Plugin.