Skip to content

Commit dbd29ca

Browse files
authored
ci: add -e flag to deploy command for full stacktrace on failure (#5134)
1 parent 106b54c commit dbd29ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
then
5656
export MY_POM_VERSION=`./mvnw -q -Dexec.executable="echo" -Dexec.args='${projects.version}' --non-recursive org.codehaus.mojo:exec-maven-plugin:1.3.1:exec`
5757
echo "POM VERSION" ${MY_POM_VERSION}
58-
./mvnw --no-transfer-progress -B clean deploy
58+
./mvnw --no-transfer-progress -B clean deploy -e
5959
else
6060
echo "not deploying on java version: " ${MY_JAVA_VERSION}
6161
fi

0 commit comments

Comments
 (0)