Github user twalthr commented on a diff in the pull request: https://github.com/apache/flink/pull/2460#discussion_r80916077 --- Diff: flink-examples/flink-examples-table/pom.xml --- @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.apache.flink</groupId> + <artifactId>flink-examples_2.10</artifactId> + <version>1.2-SNAPSHOT</version> + </parent> + + <artifactId>flink-examples-table_2.10</artifactId> + <name>flink-examples-table</name> + + <dependencies> + <dependency> + <groupId>org.apache.flink</groupId> + <artifactId>flink-table_2.10</artifactId> + <version>${project.version}</version> + </dependency> + </dependencies> --- End diff -- My IDE (IntelliJ) does not recognize `src/scala` as source folder. It might be necessary to add additional Maven configuration. I would use `flink-gelly-examples` as a reference for the plugin configuration.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---