Maven build does not download files not inclued in the distribution -------------------------------------------------------------------
Key: PDFBOX-573 URL: https://issues.apache.org/jira/browse/PDFBOX-573 Project: PDFBox Issue Type: Bug Affects Versions: 1.0.0 Reporter: Yonas Jongkind The following plug-in call seems to be the best thing. Just run ant directly. There does not seem to be a maven equivalent for getting files from a server. <build> <plugins> <plugin> <artifactId>maven-antrun-plugin</artifactId> <executions> <execution> <phase>process-resources</phase> <configuration> <tasks> <ant antfile="build.xml" target="get.adobefiles"/> </tasks> </configuration> <goals> <goal>run</goal> </goals> </execution> </executions> </plugin> </plugins> -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.