[ 
http://jira.codehaus.org/browse/MLATEX-7?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=249809#action_249809
 ] 

Yegor Bugayenko commented on MLATEX-7:
--------------------------------------

Hm... I can effectively change it. This is how my project works now:

{noformat}
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>latex-maven-plugin</artifactId>
<configuration>
  <buildDir>${project.build.directory}/site/pdf</buildDir>
</configuration>
<executions>
  <execution>
    <id>latex-documents</id>
    <phase>pre-site</phase>
    <goals>
      <goal>latex</goal>
    </goals>
  </execution>
  </executions>
</plugin>
{noformat}

And it's perfectly all right, since I can produce PDF files directly to the 
site, without extra "copy" operation.

I don't know why it's working (I'm using Maven 3.0), but I think that it should 
work, since it's very convenient. Maybe it's a good idea to make it changeable 
and document it?


> buildDir is not documented in plugin site
> -----------------------------------------
>
>                 Key: MLATEX-7
>                 URL: http://jira.codehaus.org/browse/MLATEX-7
>             Project: Mojo Latex Maven Plugin
>          Issue Type: Bug
>            Reporter: Yegor Bugayenko
>            Assignee: Julien Ponge
>             Fix For: 1.1
>
>
> {{buildDir}} parameter of the plugin is not documented on its website.

-- 
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