You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pirk.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/18 11:17:20 UTC

[jira] [Commented] (PIRK-9) Run Apache Rat checks as part of project POM verify

    [ https://issues.apache.org/jira/browse/PIRK-9?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15382092#comment-15382092 ] 

ASF GitHub Bot commented on PIRK-9:
-----------------------------------

GitHub user tellison opened a pull request:

    https://github.com/apache/incubator-pirk/pull/6

    [PIRK-9] Run Apache Rat checks as part of project POM verify

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/tellison/incubator-pirk rat

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-pirk/pull/6.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #6
    
----
commit 972ec6ac712f6e369bdf83a5f5a5137ce54b668a
Author: Tim Ellison <t....@gmail.com>
Date:   2016-07-14T09:09:28Z

    Ignore logs created at runtime.

commit 7fb8d265bf84b251cb1bb846b68f896dc8c9861b
Author: Tim Ellison <t....@gmail.com>
Date:   2016-07-14T15:59:10Z

    Add RAT target in pom packaging stage.

commit 1b0df8b0c57153a14920a7c503162665d8645a54
Author: Tim Ellison <t....@gmail.com>
Date:   2016-07-18T10:32:59Z

    Be a bit more proactive and check rat cleanliness on every compile.

commit 0476cfdf56b4c55e083fdcdf39264b75b851ac81
Author: Tim Ellison <t....@gmail.com>
Date:   2016-07-18T11:00:04Z

    Merge branch 'master' of https://github.com/apache/incubator-pirk into rat
    
    Conflicts:
    	.gitignore

commit fe801b06d783a35cfd08f77add527234f3e47fb4
Author: Tim Ellison <t....@gmail.com>
Date:   2016-07-18T11:09:10Z

    Convert spaces to tabs to fix layout.

----


> Run Apache Rat checks as part of project POM verify
> ---------------------------------------------------
>
>                 Key: PIRK-9
>                 URL: https://issues.apache.org/jira/browse/PIRK-9
>             Project: PIRK
>          Issue Type: Improvement
>            Reporter: Tim Ellison
>
> Apache Rat (release audit tool) runs a number of checks on the project source code required for producing a release.
> Rather than wait until release time, it is convenient to run these checks frequently and fail the build if the project moves out of compliance.
> This improvement is to (a) fix the existing issues flagged by Rat, and (b) run the checks on subsequent mvn targets.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)