[ http://jira.codehaus.org/browse/MLATEX-8?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=249827#action_249827 ]
Robert Scholte commented on MLATEX-8: ------------------------------------- In fact there are a lot of ways to copy resources. Some plugins have there own mechanism for several reasons, but one of the easiest ways to do it is by using the resources of the build-section: http://maven.apache.org/ref/3.0.1/maven-model/maven.html#class_resource {code:xml} <project> <build> <resources> <resource/> </resources> </build> </project> {code} > 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 > Assignee: Julien Ponge > > 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