Hi, The Mojo team is pleased to announce the release of the Mojo Latex Maven Plugin version 1.1.
The LaTeX Maven Mojo is useful for building a set of LaTeX documents. It builds PDF documents using pdflatex, and has optional support for bibtex. http://mojo.codehaus.org/latex-maven-plugin/ To get this update, simply specify the version in your project's plugin configuration: <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>latex-maven-plugin</artifactId> <version>1.1</version> </plugin> Release Notes The following issues have been solved: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=12077&version=16250 The main improvements are: * support for --shell-escape which is needed when external tools shall be used by pdflatex * the compilation is now dependent on files having been modified since the last build * .svn folders are not copied to target/ when the compilation occurs. Enjoy, The Mojo team. Julien Ponge -- http://izpack.org/ http://jpz-log.info/ http://julien.ponge.info/ --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
