Specifying Output Formats
The following configuration shows,
how to specify the output formats PDF and HTML for target cfg
.
<project>
<build>
<plugins>
<plugin>
<groupId>eu.simuline.m2latex</groupId>
<artifactId>latex-maven-plugin</artifactId>
<version>2.1-SNAPSHOT</version>
<configuration>
<settings>
<targets>pdf, html</targets>
</settings>
</configuration>
</plugin>
</plugins>
</build>
</project>
For details, see manual Section 3.2.