You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2010/05/31 10:52:36 UTC

[jira] Created: (PDFBOX-735) Automatic license header checks

Automatic license header checks
-------------------------------

                 Key: PDFBOX-735
                 URL: https://issues.apache.org/jira/browse/PDFBOX-735
             Project: PDFBox
          Issue Type: Improvement
            Reporter: Jukka Zitting
            Assignee: Jukka Zitting
             Fix For: 1.2.0


It would be nice if we included automatic ASF license header checks in our build. I've done this with Apache RAT in Jackrabbit, and can implement the same mechanism also in PDFBox.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (PDFBOX-735) Automatic license header checks

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

Jukka Zitting resolved PDFBOX-735.
----------------------------------

    Resolution: Fixed

Done in revision 949702.

The license header checks can now be run by enabling the "pedantic" profile in Maven:

    maven clean install -Ppedantic

The checks are not run during the default build to avoid false positives due to patches or other temporary files you may have lying around in your checkout.

I've enabled the pedantic profile in the PDFBox-trunk Hudson build, so the license header checks will be automatically run whenever there are changes in trunk.

> Automatic license header checks
> -------------------------------
>
>                 Key: PDFBOX-735
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-735
>             Project: PDFBox
>          Issue Type: Improvement
>            Reporter: Jukka Zitting
>            Assignee: Jukka Zitting
>             Fix For: 1.2.0
>
>
> It would be nice if we included automatic ASF license header checks in our build. I've done this with Apache RAT in Jackrabbit, and can implement the same mechanism also in PDFBox.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.