Doxygen Maven Plugin

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

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.soebes.maven.plugins
ArtifactId

ArtifactId

doxygen-maven-plugin
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

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

Project URL

http://www.soebes.com
Project Organization

Project Organization

SoftwareEntwicklung Beratung Schulung
Source Code Management

Source Code Management

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

Download doxygen-maven-plugin

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
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)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.4

test (1)

Group / Artifact Type Version
org.testng : testng jar 6.9.8

Project Modules

There are no modules declared in this project.

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>

Versions

Version
1.1.0