You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/04/24 11:23:00 UTC

[jira] [Commented] (FLINK-9249) Add convenience profile for skipping non-essential plugins

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

ASF GitHub Bot commented on FLINK-9249:
---------------------------------------

GitHub user zentol opened a pull request:

    https://github.com/apache/flink/pull/5904

    [FLINK-9249][build] Add convenience profile for skipping non-essential plugins

    ## What is the purpose of the change
    
    This PR adds a convenience profile for skipping non-essential plugins when building Flink.
    Disabled plugins:
    * rat
    * checkstyle
    * scalastyle
    * enforcer
    * japicmp
    * javadoc
    
    The PR also modifies the travis script to make use of the profile.


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

    $ git pull https://github.com/zentol/flink 9249

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

    https://github.com/apache/flink/pull/5904.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 #5904
    
----
commit e95fb53fa09492a167f0641fe9252cc927010577
Author: zentol <ch...@...>
Date:   2018-04-24T11:13:39Z

    [FLINK-9249][build] Add convenience profile for skipping non-essential plugins

----


> Add convenience profile for skipping non-essential plugins
> ----------------------------------------------------------
>
>                 Key: FLINK-9249
>                 URL: https://issues.apache.org/jira/browse/FLINK-9249
>             Project: Flink
>          Issue Type: Improvement
>          Components: Build System
>            Reporter: Chesnay Schepler
>            Assignee: Chesnay Schepler
>            Priority: Minor
>             Fix For: 1.5.0
>
>
> When compiling Flink devs can already set a variety of command line options to speed up the process, for example skipping checkstyle. We also do the same thing on travis.
> However, not only is it difficult to keep track of all possible options, it is also tedious to write and obfuscates the actual command.
> I propose adding a {{fast}} profile that skips non-essential plugins, including:
> * rat
> * checkstyle
> * scalastyle
> * enforcer
> * japicmp
> * javadoc



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)