We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f766caf commit 51018d4Copy full SHA for 51018d4
buildspecs/validate-brazil-config.yml
@@ -9,6 +9,6 @@ phases:
9
build:
10
commands:
11
- mvn clean install -P quick -T0.4C
12
- - mvn exec:exec -Dexec.executable=pwd -pl !:aws-sdk-java-pom,!:sdk-benchmarks,!:module-path-tests -q 2>&1 > modules.txt
+ - mvn exec:exec -Dexec.executable=pwd -pl !:aws-sdk-java-pom,!:sdk-benchmarks,!:http-client-benchmarks,!:module-path-tests -q 2>&1 > modules.txt
13
- mvn dependency:list -DexcludeTransitive=true -DincludeScope=runtime 2>&1 > deps.txt
14
- scripts/validate-brazil-config modules.txt deps.txt
0 commit comments