When LaTeX directory is copied some files has to be ingored -----------------------------------------------------------
Key: MLATEX-4 URL: http://jira.codehaus.org/browse/MLATEX-4 Project: Mojo Latex Maven Plugin Issue Type: New Feature Reporter: Yegor Bugayenko When the plugin is copying LaTeX files into {{latexBuildDir}} it has to ignore some files, for example {{.svn/**}}. I'm suggesting to add a new configuration option: {noformat} <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>latex-maven-plugin</artifactId> <version>1.0</version> <configuration> <excludes> <exclude>.svn/**</exclude> </excludes> </configuration> </plugin> {noformat} -- 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