Living Documentation Maven Plugin
Objective
Use maven plugin to generate project documentation.
The complete documentation is available at :
Mojos
Plugin provides following mojos to generate different kind of documentation.
License |
License |
---|---|
GroupId | GroupIdio.github.livingdocumentation |
ArtifactId | ArtifactIdshared-resources |
Last Version | Last Version0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionio.github.livingdocumentation:shared-resources
The living documentation dependencies needed for html docs
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
shared-resources-0.3.pom | |
shared-resources-0.3.jar | 760 KB |
shared-resources-0.3-sources.jar | 757 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.livingdocumentation/shared-resources/ -->
<dependency>
<groupId>io.github.livingdocumentation</groupId>
<artifactId>shared-resources</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.livingdocumentation/shared-resources/
implementation 'io.github.livingdocumentation:shared-resources:0.3'
// https://jarcasting.com/artifacts/io.github.livingdocumentation/shared-resources/
implementation ("io.github.livingdocumentation:shared-resources:0.3")
'io.github.livingdocumentation:shared-resources:jar:0.3'
<dependency org="io.github.livingdocumentation" name="shared-resources" rev="0.3">
<artifact name="shared-resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.livingdocumentation', module='shared-resources', version='0.3')
)
libraryDependencies += "io.github.livingdocumentation" % "shared-resources" % "0.3"
[io.github.livingdocumentation/shared-resources "0.3"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
Use maven plugin to generate project documentation.
The complete documentation is available at :
Plugin provides following mojos to generate different kind of documentation.