zentol commented on a change in pull request #18496: URL: https://github.com/apache/flink/pull/18496#discussion_r808065325
########## File path: flink-test-utils-parent/flink-connector-test-utils/pom.xml ########## @@ -95,4 +95,30 @@ <scope>compile</scope> </dependency> </dependencies> + + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-shade-plugin</artifactId> + <executions> + <execution> + <phase>package</phase> + <goals> + <goal>shade</goal> + </goals> + <configuration> + <shadedArtifactAttached>true</shadedArtifactAttached> + <shadedClassifierName>source</shadedClassifierName> + <artifactSet> + <includes> + <include>**/connector/testframe/source/**</include> Review comment: The normal jar doesn't contain any dependencies though. Unless a module explicitly says to bundle something, no dependencies are bundled. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org