latex:cfg
Full name:
eu.simuline.m2latex:latex-maven-plugin:2.1-SNAPSHOT:cfg
Description:
Builds documents in the formats configured in the pom from LaTeX sources. The goal is tied to the lifecycle phase site 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:
site.
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}
Github
Maven