Skip to content

Commit 0a90ffd

Browse files
committed
melting-pot: list dependencies before building
This is useful to confirm that the build happened with the intended dependency versions. In cases where a version was hardcoded in a <version> tag, that component version would not actually get set uniformly by the version property override mechanism.
1 parent b7a05c5 commit 0a90ffd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

melting-pot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ meltDown() {
698698
# Generate build scripts.
699699
info "Generating build scripts"
700700
generatePOM
701-
echo "mvn $args \\\\\n test \$@" > build.sh
701+
echo "mvn $args \\\\\n dependency:list test \$@" > build.sh
702702
generateScript
703703

704704
# Build everything.

0 commit comments

Comments
 (0)