maven(3.1.0) clover 插件属性/目标列表
我似乎找不到 maven 3.1.0 的目标列表。我可以在这里找到 maven-1.x 的列表 - http://maven.apache.org/maven-1.x/plugins/clover/properties.html
但是新版本的列表在哪里?
小问题,maven 中的术语目标是当您调用像 mvn clover:optimize 这样的命令时,对吗? (只是想确保我使用了正确的术语)
I can't seem to find the list of goals for maven 3.1.0. I was able to find a list for maven-1.x here - http://maven.apache.org/maven-1.x/plugins/clover/properties.html
But where's the list for the new version?
Minor question, the term goal in maven is when you call a command like mvn clover:optimize, correct? (Just want to make sure I'm using the right term)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用 help:describe 打印插件的文档到控制台。
Use help:describe to print the documentation for a plugin to the console.
Maven 2.x/3.x 的 Clover 插件的最新文档位于:
PS:我猜你一直在寻找错误的插件。请注意,Maven 2.x 和 3.x 的 Clover 插件名为“maven-clover2-plugin”。 “maven-clover-plugin”适用于 Maven 1.x。
The latest documentation of the Clover Plugin for Maven 2.x/3.x is here:
PS: I guess you've been looking for a wrong plugin. Please note that the Clover plugin for Maven 2.x and 3.x is named 'maven-clover2-plugin'. The 'maven-clover-plugin' is for Maven 1.x.