Arbitrary resource injection before processing ----------------------------------------------
Key: MLATEX-8 URL: http://jira.codehaus.org/browse/MLATEX-8 Project: Mojo Latex Maven Plugin Issue Type: New Feature Reporter: Yegor Bugayenko Would be nice to have an ability to inject any resources into LaTeX folders before processing, for example: {noformat} <groupId>org.codehaus.mojo</groupId> <artifactId>latex-maven-plugin</artifactId> <configuration> <closures> <closure>${project.basedir}/src/main/site/resources/images/logo.png</closure> </closures> </configuration> {noformat} Currently only {{src/main/latex/common}} directory is supported, which is not enough. Some resources are located outside of {{src/main/latex}} directory tree, and their duplication into this folder would be very ineffective. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email