sjwiesman commented on a change in pull request #17760:
URL: https://github.com/apache/flink/pull/17760#discussion_r748529477
##########
File path: flink-examples/flink-examples-streaming/pom.xml
##########
@@ -147,16 +152,6 @@ under the License.
</goals>
<configuration>
<artifactItems>
- <!-- For
WordCount example data -->
- <artifactItem>
-
<groupId>org.apache.flink</groupId>
-
<artifactId>flink-examples-batch_${scala.binary.version}</artifactId>
-
<version>${project.version}</version>
-
<type>jar</type>
-
<overWrite>false</overWrite>
-
<outputDirectory>${project.build.directory}/classes</outputDirectory>
-
<includes>org/apache/flink/streaming/examples/wordcount/util/WordCountData.class</includes>
- </artifactItem>
Review comment:
Turns out that copying this class overwrites the `wordcount/util` folder
and deletes CLI.class
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]