can we have bash tests in maven build process for java?
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.
精彩评论