Javadoc.io Maven Plugin

The Javadoc.io Maven Plugin creates JavaDocs that interlink to javadoc.io.

Лицензия

Лицензия

Категории

Категории

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

Группа

org.safris.maven
Идентификатор

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

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

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

0.1.2
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

Javadoc.io Maven Plugin
The Javadoc.io Maven Plugin creates JavaDocs that interlink to javadoc.io.
Ссылка на сайт

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

https://github.com/safris/javadocio-maven-plugin
Организация-разработчик

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

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

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

https://github.com/safris/javadocio-maven-plugin

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

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

<plugin>
    <groupId>org.safris.maven</groupId>
    <artifactId>javadocio-maven-plugin</artifactId>
    <version>0.1.2</version>
</plugin>

Зависимости

compile (3)

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

test (1)

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

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

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

JavaDocIO Maven Plugin

Creates JavaDocs that interlink to javadoc.io.

Build Status Coverage Status Javadocs Released Version

The JavaDocIO Maven Plugin creates JavaDocs that interlink to javadoc.io.

Goals Overview

The JavaDocIO Plugin supports two goals.

  • javadoc:javadoc Generates documentation for the Java code in either an aggregator or non-aggregator project.
  • javadoc:jar Bundles the Javadoc documentation for main Java code in an aggregator or non-aggregator aggregator project into a jar.

Configuration Parameters

The javadocio-maven-plugin supports all of the same configuration parameters as the maven-javadoc-plugin, and provides the following additional parameters:

Configuration Property Type Use Description
<detectGeneratedSourcePaths> detectGeneratedSourcePaths boolean Optional If true, the plugin will detect and include the generated source paths from all subpaths of target/generated-sources
Default: false.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

This project is licensed under the MIT License - see the LICENSE.txt file for details.

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

Версия
0.1.2
0.1.1
0.1.0