jdtaus-container-mojo:report

Anmerkung:Dieses Goal erzeugt einen Maven-Bericht.

Vollständiger Name:

org.jdtaus.mojo:jdtaus-container-mojo:3.13:report

Beschreibung:

Generates a report for the artifact's container metadata.

Attribute:

  • Erfordert ein Maven Projekt zur Ausführung.
  • Erfordert Abhängigkeitsauflösung von Artefakten mit Geltungsbereich: runtime.

Erforderliche Parameter

Name Typ Seit Beschreibung
outputDirectory File - The output directory for the report. Note that this parameter is only evaluated if the goal is run directly from the command line. If the goal is run indirectly as part of a site generation, the output directory configured in Maven Site Plugin is used instead.
Standardwert ist: ${project.reporting.outputDirectory}.

Optionale Parameter

Name Typ Seit Beschreibung
buildOutputDirectory File - Build output directory.
javadocDirectory String - Location of the javadoc documentation to link to. Keep this in sync with the javadoc plugin.
Standardwert ist: apidocs.
linkJavadoc boolean - true to generate links to javadoc documentation. false to not generate links to javadoc documentation.
Standardwert ist: true.
moduleName String - Name of the module to generate a report for.
Standardwert ist: ${project.name}.

Parameter-Details

buildOutputDirectory:

Build output directory.
  • Typ: java.io.File
  • Erforderlich: Nein
  • Ausdruck: ${project.build.directory}/container

javadocDirectory:

Location of the javadoc documentation to link to. Keep this in sync with the javadoc plugin.
  • Typ: java.lang.String
  • Erforderlich: Nein
  • Standard: apidocs

linkJavadoc:

true to generate links to javadoc documentation. false to not generate links to javadoc documentation.
  • Typ: boolean
  • Erforderlich: Nein
  • Standard: true

moduleName:

Name of the module to generate a report for.
  • Typ: java.lang.String
  • Erforderlich: Nein
  • Standard: ${project.name}

outputDirectory:

The output directory for the report. Note that this parameter is only evaluated if the goal is run directly from the command line. If the goal is run indirectly as part of a site generation, the output directory configured in Maven Site Plugin is used instead.
  • Typ: java.io.File
  • Erforderlich: Ja
  • Standard: ${project.reporting.outputDirectory}