| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMaven Компиляция и сборка Cobertura Тестирование приложения и мониторинг Code Coverage |
| Группа | Группаorg.codehaus.mojo |
| Идентификатор | Идентификаторcobertura-maven-plugin |
| Последняя версия | Последняя версия2.7 |
| Дата | Дата |
| Тип | Типmaven-plugin |
| Описание |
ОписаниеMojo's Maven plugin for Cobertura
This is the Mojo's Maven plugin for Cobertura. Cobertura is a free Java tool that calculates the percentage of code accessed by
tests. It can be used to identify which parts of your Java program are lacking test coverage.
|
| Организация-разработчик |
Организация-разработчикCodehaus |
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.7</version>
</plugin>
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.sourceforge.cobertura : cobertura | jar | 2.1.1 |
| xerces : xercesImpl | jar | 2.11.0 |
| jaxen : jaxen | jar | 1.1.4 |
| org.jdom : jdom | jar | 1.1.3 |
| net.sourceforge.cobertura : cobertura-runtime | pom | 2.1.1 |
| urbanophile : java-getopt | jar | 1.0.9 |
| org.apache.maven : maven-core | jar | 2.0.8 |
| org.apache.maven : maven-artifact | jar | 2.0.8 |
| org.apache.maven : maven-plugin-api | jar | 2.0.8 |
| org.apache.maven.reporting : maven-reporting-api | jar | 2.0.8 |
| org.apache.maven : maven-project | jar | 2.0.8 |
| org.apache.maven.reporting : maven-reporting-impl | jar | 2.0.4.2 |
| commons-lang : commons-lang | jar | 2.4 |
| org.codehaus.plexus : plexus-utils | jar | 2.0.2 |
| org.apache.maven.shared : maven-invoker | jar | 2.0.11 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| httpunit : httpunit | jar | 1.6.2 |
| junit : junit | jar | 4.8.1 |
| org.apache.maven.shared : maven-plugin-testing-harness | jar | 1.1 |