首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Sonatype文档emma-maven-plugin和emma4it-maven-plugin?

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

Stack Overflow用户
提问于 2011-07-22 20:54:46
回答 1查看 1.9K关注 0票数 2

有人知道在哪里可以找到这两个sonartype插件emma-maven-plugin和emma4it-maven-plugin的文档吗?

代码语言:javascript
复制
<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>

我只知道这个博客:Integration Tests with Maven (Part 2): Test Coverage Reports,它让我尝试使用插件,但这个博客离文档还很远。

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2011-08-20 04:49:57

插件的网站似乎还没有发布。但是,您可以阅读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

它看起来和http://mojo.codehaus.org/emma-maven-plugin有相似的src,所以你可能想试试其他的emma maven插件。

票数 2
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/6790322

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档