0
点赞
收藏
分享

微信扫一扫

How to run maven from another directory (without cd to project dir)

树下的老石头 2023-04-19 阅读 86


use the parameter -f and specify the path to your pom file,

e.g.

 

mvn -f /path/to/pom.xml

举报

相关推荐

0 条评论