开发者

Create a war file from a mercurial repository with maven

开发者 https://www.devze.com 2023-01-19 05:09 出处:网络
I have a mercurial repository on my server. I want to create a script to deploy the project as a war file to a tomc开发者_StackOverflow社区at server.

I have a mercurial repository on my server. I want to create a script to deploy the project as a war file to a tomc开发者_StackOverflow社区at server. Is it possible to tell maven to get the latest revision of my project from the repository and create a war file.

Thanks


You can use Maven SCM plugin, which has suport for multiple version control systems including Mercurial.

0

精彩评论

暂无评论...
验证码 换一张
取 消