You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tw...@apache.org on 2020/07/13 14:08:33 UTC

[flink] 01/01: [FLINK-18477][examples-table] Fix packaging of ChangelogSocketExample

This is an automated email from the ASF dual-hosted git repository.

twalthr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit f81f3a0ec863198164d45694ce23b21704c61cac
Author: Timo Walther <tw...@apache.org>
AuthorDate: Mon Jul 13 14:00:02 2020 +0200

    [FLINK-18477][examples-table] Fix packaging of ChangelogSocketExample
    
    This closes #12884.
---
 flink-examples/flink-examples-table/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-examples/flink-examples-table/pom.xml b/flink-examples/flink-examples-table/pom.xml
index 640038d..c08fbe7 100644
--- a/flink-examples/flink-examples-table/pom.xml
+++ b/flink-examples/flink-examples-table/pom.xml
@@ -203,7 +203,7 @@ under the License.
 							</archive>
 
 							<includes>
-								<include>org/apache/flink/table/examples/java/connectors/ChangelogSocketExample*</include>
+								<include>org/apache/flink/table/examples/java/connectors/*</include>
 								<include>**/META-INF/services/*</include>
 							</includes>
 						</configuration>