You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Stephan Ewen (JIRA)" <ji...@apache.org> on 2018/02/26 12:10:00 UTC

[jira] [Updated] (FLINK-8764) Make quickstarts work out of the box for IDE and JAR packaging

     [ https://issues.apache.org/jira/browse/FLINK-8764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stephan Ewen updated FLINK-8764:
--------------------------------
    Release Note:   (was: Fixed in 51262c89c7fad933ac267d606f7c85f46249d7f3
Docs added in 647c552a26cbe5f37dfb1d69f26574ef0853fba3)

> Make quickstarts work out of the box for IDE and JAR packaging
> --------------------------------------------------------------
>
>                 Key: FLINK-8764
>                 URL: https://issues.apache.org/jira/browse/FLINK-8764
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Quickstarts
>            Reporter: Stephan Ewen
>            Assignee: Stephan Ewen
>            Priority: Major
>             Fix For: 1.5.0
>
>
> We can make the quickstarts work for IntelliJ, Eclipse, and Maven Jar packaging out of the box, without the need to pass a profile name during jar packaging via the following trick:
>       - All Flink and Scala dependencies are properly set to provided
>       - That way, Maven JAR packaging behaves correctly by default
>       - Eclipse adds 'provided' dependencies to the classpath when running programs, so works out of the box
>       - There is a profile that automatically activates in IntelliJ that adds the necessary
>         dependencies in 'compile' scope to make it run out of the box.



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