latex:clr

Full name:

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

Description:

Clears all created files in the folders containing the LaTeX sources. The goal is tied to the lifecycle phase clean 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: clean.

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}

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}