You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Guillaume Bailleul (JIRA)" <ji...@apache.org> on 2012/07/28 16:37:34 UTC

[jira] [Created] (PDFBOX-1367) Do not generate preflight jar with dependencies at each build

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

        

[jira] [Updated] (PDFBOX-1367) Do not generate preflight jar with dependencies at each build

Posted by "Guillaume Bailleul (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PDFBOX-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Bailleul updated PDFBOX-1367:
---------------------------------------

    Attachment: no-jar-w-deps.patch

change default assembly behaviour in preflight
                
> 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