The following configuration contains one execution which will create
<project>
<build>
<plugins>
<plugin>
<groupId>de.akquinet.maven</groupId>
<artifactId>maven-latex-plugin</artifactId>
<version>1.5-SNAPSHOT</version>
<inherited>false</inherited>
<executions>
<execution>
<phase>site</phase>
<goals>
<goal>latex</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>