Doxygen Maven Plugin

The Doxygen Maven Plugin provides the ability to generate Doxygen documentation from various source files.

Лицензия

Лицензия

Категории

Категории

Maven Компиляция и сборка
Группа

Группа

com.soebes.maven.plugins
Идентификатор

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

doxygen-maven-plugin
Последняя версия

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

1.1.0
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

Doxygen Maven Plugin
The Doxygen Maven Plugin provides the ability to generate Doxygen documentation from various source files.
Ссылка на сайт

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

http://www.soebes.com
Организация-разработчик

Организация-разработчик

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

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

https://github.com/khmarbaise/doxygen-maven-plugin/

Скачать doxygen-maven-plugin

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

<plugin>
    <groupId>com.soebes.maven.plugins</groupId>
    <artifactId>doxygen-maven-plugin</artifactId>
    <version>1.1.0</version>
</plugin>

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
org.apache.maven.reporting : maven-reporting-api jar 2.0
org.apache.maven.reporting : maven-reporting-impl jar 2.0
org.apache.maven : maven-toolchain jar 1.0
org.apache.maven.doxia : doxia-site-renderer jar 1.0
org.apache.maven.doxia : doxia-sink-api jar 1.0
org.codehaus.plexus : plexus-utils jar 3.0.22

provided (1)

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

test (1)

Идентификатор библиотеки Тип Версия
org.testng : testng jar 6.9.8

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

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

Doxygen Maven Plugin

Apache License, Version 2.0, January 2004 Build Status Maven Central

License

Apache License, Version 2.0, January 2004

Issue Tracker

The Issue Tracker

Status

TODOs

Usage

The first and simplest usage is to configure the Maven Licenses Verifier Plugin

<plugin>
  <groupId>com.soebes.maven.plugins</groupId>
  <artifactId>doxygen-maven-plugin</artifactId>
  <version>1.1.0</version>
  <executions>
    <execution>
      <phase>test</phase>
      <goals>
        <goal>check</goal>
      </goals>
    </execution>
  </executions>
</plugin>

Settings Configuration

If you like you can configure an appropriate plugin group in your settings.xml file to make life a little bit easier.

<settings>
  ...
  <pluginGroups>
    <pluginGroup>com.soebes.maven.plugins</pluginGroup>
  </pluginGroups>
  ...
</settings>

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

Версия
1.1.0