Useful maven commands

Dependency tree

mvn org.apache.maven.plugins:maven-dependency-plugin:tree -Dverbose=true -Dincludes=org.springframework.batch

Enter fullscreen mode Exit fullscreen mode

Skip tests

mvn clean install  -Dmaven.test.skip=true

Enter fullscreen mode Exit fullscreen mode

原文链接:Useful maven commands

© 版权声明
THE END
喜欢就支持一下吧
点赞12 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容