latex:vrs

Full name:

eu.simuline.m2latex:latex-maven-plugin:2.1-SNAPSHOT:vrs

Description:

Displays version info of this plugin but above all on all converters. The goal is tied to the lifecycle phase validate by default.

Attributes:

  • Requires a Maven project to be executed.
  • The goal is not marked as thread-safe and thus does not support parallel builds.
  • Binds by default to the lifecycle phase: validate.

Optional Parameters

Name Type Since Description
<settings> Settings - Comprises all parameters for executing this maven plugin. If not set in the pom prior to execution, is set in initialize().
<targetSiteDirectory> File - The target site directory of this maven project. Reinitializes eu.simuline.m2latex.core.Settings.baseDirectory via initialize().
Default: ${project.reporting.outputDirectory}
<versionsWarnOnly> boolean - Indicates whether the goal vrs displays warnings only; else also creates infos. Infos refer to the version of this plugin, but also on the versions of the converters found and on the converters excluded. Warnings are emitted e.g. if a version does not fit the expectations. This defaults to false displaying also info. The latter is appropriate for using in command line mvn latex:vrs, whereas in builds by default the pom overwrites this to have output only in case something goes wrong.
Default: false

Parameter Details

<settings>

Comprises all parameters for executing this maven plugin. If not set in the pom prior to execution, is set in initialize().
  • Type: eu.simuline.m2latex.core.Settings
  • Required: No

<targetSiteDirectory>

The target site directory of this maven project. Reinitializes eu.simuline.m2latex.core.Settings.baseDirectory via initialize().
  • Type: java.io.File
  • Required: No
  • Default: ${project.reporting.outputDirectory}

<versionsWarnOnly>

Indicates whether the goal vrs displays warnings only; else also creates infos. Infos refer to the version of this plugin, but also on the versions of the converters found and on the converters excluded. Warnings are emitted e.g. if a version does not fit the expectations. This defaults to false displaying also info. The latter is appropriate for using in command line mvn latex:vrs, whereas in builds by default the pom overwrites this to have output only in case something goes wrong.
  • Type: boolean
  • Required: No
  • Default: false