[ http://jira.codehaus.org/browse/MPDF-28?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Vincent Siveton closed MPDF-28. ------------------------------- Resolution: Fixed Fix Version/s: 1.1 fixed in [r802540|http://svn.apache.org/viewvc?rev=802540&view=rev], snapshot deployed > When specifying output dir, copy only the generated pdf > ------------------------------------------------------- > > Key: MPDF-28 > URL: http://jira.codehaus.org/browse/MPDF-28 > Project: Maven 2.x PDF Plugin > Issue Type: Bug > Affects Versions: 1.0 > Reporter: Vincent Siveton > Fix For: 1.1 > > > Suppose that you have the following layout: > {noformat} > src > |_ site > |_ resources > |_ foo > |_ bar.pdf > {noformat} > You specified the following conf > {noformat} > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-pdf-plugin</artifactId> > <executions> > <execution> > <id>pdf</id> > <phase>site</phase> > <goals> > <goal>pdf</goal> > </goals> > <configuration> > > <outputDirectory>${project.reporting.outputDirectory}</outputDirectory> > </configuration> > </execution> > </executions> > </plugin> > {noformat} > The generated pdf is copied to target\site but also the bar.pdf -- 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