开发者

can we have bash tests in maven build process for java?

开发者 https://www.devze.com 2023-03-19 04:23 出处:网络
If my main logic is written using java (a small daemon server), but开发者_高级运维 my test cases is a bash script. How can I include the test into my maven pom.xml? so that I can run my test using mvn

If my main logic is written using java (a small daemon server), but开发者_高级运维 my test cases is a bash script. How can I include the test into my maven pom.xml? so that I can run my test using mvn command?


Try Maven exec plugin to run your bash script.

0

精彩评论

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