使用 Maven 从 Mercurial 存储库创建 war 文件
我的服务器上有一个 Mercurial 存储库。 我想创建一个脚本来将项目作为 war 文件部署到 tomcat 服务器。 是否可以告诉 Maven 从存储库中获取我的项目的最新版本 并创建一个war文件。
谢谢
I have a mercurial repository on my server.
I want to create a script to deploy the project as a war file to a tomcat server.
Is it possible to tell maven to get the latest revision of my project from the repository
and create a war file.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用Maven SCM插件,它支持多种版本控制系统包括 Mercurial。
You can use Maven SCM plugin, which has suport for multiple version control systems including Mercurial.