mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-11-30 03:08:01 +08:00
done (#3752)
This commit is contained in:
parent
42deff0dc7
commit
8ef043151c
@ -25,7 +25,9 @@ tar -zxf dolphinscheduler-dist/target/apache-dolphinscheduler*-bin.tar.gz --stri
|
||||
# licenses
|
||||
echo '=== Self modules: ' && ./mvnw --batch-mode --quiet -Dexec.executable='echo' -Dexec.args='${project.artifactId}-${project.version}.jar' exec:exec | tee self-modules.txt
|
||||
|
||||
echo '=== Distributed dependencies: ' && ls dist/lib | tee all-dependencies.txt
|
||||
echo '=== Distributed dependencies: ' && find dist/lib -name "*.jar" | tee all-dependencies.txt
|
||||
# The prefix "dist/lib/" (9 chars) should be stripped to be ready to compare
|
||||
sed -i 's/.\{9\}//' all-dependencies.txt
|
||||
|
||||
# Exclude all self modules(jars) to generate all third-party dependencies
|
||||
echo '=== Third party dependencies: ' && grep -vf self-modules.txt all-dependencies.txt | tee third-party-dependencies.txt
|
||||
|
Loading…
Reference in New Issue
Block a user