Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用一个 Maven 插件,我正在尝试确定它绑定到的默认目标。是否有运行命令来解决这个问题?
我能够进入源代码并找到@phase注释,但如果可能的话,我希望能够从命令行中找出它。
@phase
您可以使用 maven-help-plugin 获取此类信息:
例如对于 maven-compiler-plugin:
mvn help:describe -DartifactId=maven-jar-plugin -DgroupId=org.apache.maven.plugins -Ddetail=true -Dgoal=jar