Sonatype emma-maven-plugin 和 emma4it-maven-plugin 的文档?

发布于 2024-11-25 19:32:25 字数 603 浏览 5 评论 0原文

有谁知道在哪里可以找到 sonartype 插件 emma-maven-plugin 和 emma4it-maven-plugin 的文档?

<groupId>org.sonatype.maven.plugin</groupId>
<artifactId>emma-maven-plugin</artifactId>
<version>1.2</version>

<groupId>org.sonatype.maven.plugin</groupId>
<artifactId>emma4it-maven-plugin</artifactId>
<version>1.3</version>

我只知道这个博客: 使用 Maven 进行集成测试(第 2 部分):测试覆盖率报告 让我尝试使用插件,但是这个博客距离文档还很远。

Did anybody know where one can find the documentation for the both sonartype plugins emma-maven-plugin and emma4it-maven-plugin?

<groupId>org.sonatype.maven.plugin</groupId>
<artifactId>emma-maven-plugin</artifactId>
<version>1.2</version>

<groupId>org.sonatype.maven.plugin</groupId>
<artifactId>emma4it-maven-plugin</artifactId>
<version>1.3</version>

I only know this blog: Integration Tests with Maven (Part 2): Test Coverage Reports that makes my try to use the pluins, but this blog that is far away form an documentation.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

扮仙女 2024-12-02 19:32:25

插件的网站似乎没有发布。但是您可以阅读 APT(几乎纯文本)页面文档。

https://github.com/sonatype /emma-maven-plugin/blob/master/src/site/apt/howto.apt
https://github.com/sonatype /emma-maven-plugin/blob/master/src/site/apt/introduction.apt

看起来它的 src 与 http://mojo.codehaus.org/emma-maven-plugin,所以你可能想要尝试其他 emma maven 插件之一。

The site for the plugins doesn't seemed to be published. However you can read the APT (almost plain text) pages documentation.

https://github.com/sonatype/emma-maven-plugin/blob/master/src/site/apt/howto.apt
https://github.com/sonatype/emma-maven-plugin/blob/master/src/site/apt/introduction.apt

It looks like it has similar src to http://mojo.codehaus.org/emma-maven-plugin, so you may want to try one of the other emma maven plugins.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文