Jacoco Extras

Additional Jacoco mojos

Лицензия

Лицензия

Категории

Категории

Maven Компиляция и сборка JaCoCo Тестирование приложения и мониторинг Code Coverage
Группа

Группа

de.dentrassi.maven
Идентификатор

Идентификатор

jacoco-extras
Последняя версия

Последняя версия

0.1.6
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

Jacoco Extras
Additional Jacoco mojos
Ссылка на сайт

Ссылка на сайт

https://github.com/ctron/jacoco-extras
Система контроля версий

Система контроля версий

https://github.com/ctron/jacoco-extras

Скачать jacoco-extras

Как подключить последнюю версию

<plugin>
    <groupId>de.dentrassi.maven</groupId>
    <artifactId>jacoco-extras</artifactId>
    <version>0.1.6</version>
</plugin>

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
org.apache.maven : maven-model jar 3.2.5
org.apache.maven : maven-core jar 3.2.5
org.apache.maven : maven-plugin-api jar 3.2.5
org.apache.maven : maven-artifact jar 3.2.5
org.jacoco : org.jacoco.report jar 0.8.4
commons-collections : commons-collections jar 3.2.1

provided (1)

Идентификатор библиотеки Тип Версия
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.4

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11

Модули Проекта

Данный проект не имеет модулей.

Jacoco extras plugin Build status Maven Central

This is a Maven Plugin which allows to convert jacoco execution data into a simple XML report. This is required for services like https://codecov.io which work on XML data instead of Jacoco's binary execution data.

However Jacoco generates reports only for classes which are actually in the project or requires you to set up a full aggregated report project, which requires dependencies to all modules.

This plugin converts the execution data for a module including all dependencies of the module automatically.

Usage

Simply add the follow to your Maven project:

<plugin>
  <groupId>de.dentrassi.maven</groupId>
  <artifactId>jacoco-extras</artifactId>
  <version><!-- current version --></version>
  <executions>
    <execution>
      <goals>
        <goal>xml</goal>
      </goals>
    </execution>
  </executions>
</plugin>

For more information about how to use this plugin see the documentation.

License

This plugin is open source and licensed under the EPL. See also license.html.

Версии библиотеки

Версия
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.1