[ http://jira.codehaus.org/browse/MLATEX-4?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=249808#action_249808 ]
Yegor Bugayenko commented on MLATEX-4: -------------------------------------- It's not a big issue for me (!), but in a long run other users may experience problems. For example some LaTeX script may rely on directory content and may use {{"all files in the directory named like picture*"}}. In such a case {{.svn/**}} files will become a problem. Besides that, TextMate highlights {{target/latex}} directory as "changed and waiting for commit to Subversion". It's messy :) > 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 > Assignee: Julien Ponge > > 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