[
https://issues.apache.org/jira/browse/FLINK-3195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15082800#comment-15082800
]
ASF GitHub Bot commented on FLINK-3195:
---------------------------------------
Github user fhueske commented on a diff in the pull request:
https://github.com/apache/flink/pull/1482#discussion_r48831214
--- Diff: flink-dist/pom.xml ---
@@ -85,13 +85,7 @@ under the License.
<dependency>
<groupId>org.apache.flink</groupId>
- <artifactId>flink-java-examples</artifactId>
- <version>${project.version}</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.flink</groupId>
- <artifactId>flink-scala-examples</artifactId>
+ <artifactId>flink-examples-batch</artifactId>
<version>${project.version}</version>
</dependency>
--- End diff --
I think we need to add `flink-examples-streaming` as well, no?
> Restructure examples projects and package streaming examples
> ------------------------------------------------------------
>
> Key: FLINK-3195
> URL: https://issues.apache.org/jira/browse/FLINK-3195
> Project: Flink
> Issue Type: Sub-task
> Components: Examples
> Affects Versions: 0.10.0
> Reporter: Stephan Ewen
> Assignee: Stephan Ewen
> Fix For: 1.0.0
>
>
> We should have the Java / Scala examples in one Maven project and have a
> common parent project for the streaming and batch examples.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)