use maven 3.8 for typescript-dto build too

Change-Id: Ie70fa428ba1a68bbe663577947f05b6a2c4fe3a6
Signed-off-by: Nick Boldt <nboldt@redhat.com>
pull/593/head
Nick Boldt 2023-10-18 18:25:24 -03:00
parent 6e67a3b492
commit bfb531761d
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ rm -f ./index.d.ts
set +e
docker run -i --rm -v "$HOME/.m2:/root/.m2" \
-v "$(pwd)/dto-pom.xml:/usr/src/mymaven/pom.xml" \
-w /usr/src/mymaven maven:3.6.1-jdk-11 \
-w /usr/src/mymaven docker.io/maven:3.8-jdk-11 \
/bin/bash -c "mvn -q -U -DskipTests=true -Dfindbugs.skip=true -Dskip-validate-sources install \
&& cat target/dts-dto-typescript.d.ts" >> index.d.ts