[ 
http://jira.codehaus.org/browse/MLATEX-4?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julien Ponge closed MLATEX-4.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 1.1

Fixed by removing .svn folders. A general exclusion mechanism is wrong as 
anything you put in the tree shall be part of the build process. Stuff like 
.svn folders shall be removed by default, without user configuration.

> 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
>             Fix For: 1.1
>
>
> 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


Reply via email to