Guillaume Bailleul created PDFBOX-1367:
------------------------------------------
Summary: Do not generate preflight jar with dependencies at each
build
Key: PDFBOX-1367
URL: https://issues.apache.org/jira/browse/PDFBOX-1367
Project: PDFBox
Issue Type: Improvement
Components: Preflight
Reporter: Guillaume Bailleul
Priority: Trivial
Attachments: no-jar-w-deps.patch
Each time pdfbox is built, a big jar is created in preflight module containing
all dependencies of preflight.
I propose to not generate this jar by default (see patch).
To create this jar, useful when testing pdf/a files, only use the mvn command
line :
mvn package -DskipAssembly=false
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira