zentol commented on a change in pull request #17493:
URL: https://github.com/apache/flink/pull/17493#discussion_r732774163
##########
File path: flink-dist/src/main/assemblies/bin.xml
##########
@@ -69,6 +69,14 @@ under the License.
<fileMode>0644</fileMode>
</file>
+ <!-- Scala APIs -->
+ <file>
+
<source>../flink-dist-scala/target/flink-dist-scala_${scala.binary.version}-${project.version}.jar</source>
+ <outputDirectory>lib/</outputDirectory>
+
<destName>flink-scala_${scala.binary.version}-${project.version}.jar</destName>
Review comment:
No, because that would break all scripts that use globbing patters like
`flink-dist*`.
--
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]