This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch tighten-dist in repository https://gitbox.apache.org/repos/asf/storm.git
commit a8c9c3b59e0cc50251d65fc1b13e01f02862fc33 Author: Richard Zowalla <[email protected]> AuthorDate: Tue Dec 17 08:15:17 2024 +0100 Remove "storm-autocreds" from binary distribution --- storm-dist/binary/final-package/src/main/assembly/binary.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/storm-dist/binary/final-package/src/main/assembly/binary.xml b/storm-dist/binary/final-package/src/main/assembly/binary.xml index 1376e693d..6df787ab6 100644 --- a/storm-dist/binary/final-package/src/main/assembly/binary.xml +++ b/storm-dist/binary/final-package/src/main/assembly/binary.xml @@ -239,14 +239,6 @@ <include>*jar</include> </includes> </fileSet> - <!-- Autocred plugins --> - <fileSet> - <directory>${project.basedir}/../storm-autocreds-bin/target/autocreds/autocreds/lib-autocreds</directory> - <outputDirectory>external/storm-autocreds</outputDirectory> - <includes> - <include>*jar</include> - </includes> - </fileSet> <!-- storm-submit-tools --> <fileSet> <directory>${project.basedir}/../storm-submit-tools-bin/target/submit-tools/submit-tools/lib-submit-tools</directory>
