自带功能
使用 maven 的 help 插件的 describ 目标查看:
mvn help:describe -Dplugin= -Dgoal= -Ddetail
以 compiler 为例:
mvn help:describe -Dplugin=compiler -Dgoal=compile -Ddetail=true
可以查看到 compiler 插件中有哪些配置项可以配置
help 插件可以认为是一个帮助文档。help 本身也有一个文档。通过 mvn help:help 可以看到。
mvn help:help -Ddetail=true
从中可以看到可以使用哪些参数去查看,比如:
mvn help:describe -DgroupId=org.apache.maven.plugins -DartifactId=maven-jar-plugin -Ddetail=true
第三方插件
The buildplan-maven-plugin
is an excellent tool for showing how goals are bound to phases.
Below are examples of commands you can run. The commands will automatically download and install the plugin if it hasn't already been installed.
欢迎来到这里!
我们正在构建一个小众社区,大家在这里相互信任,以平等 • 自由 • 奔放的价值观进行分享交流。最终,希望大家能够找到与自己志同道合的伙伴,共同成长。
注册 关于