We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 106b54c commit dbd29caCopy full SHA for dbd29ca
1 file changed
.github/workflows/maven.yml
@@ -55,7 +55,7 @@ jobs:
55
then
56
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`
57
echo "POM VERSION" ${MY_POM_VERSION}
58
- ./mvnw --no-transfer-progress -B clean deploy
+ ./mvnw --no-transfer-progress -B clean deploy -e
59
else
60
echo "not deploying on java version: " ${MY_JAVA_VERSION}
61
fi
0 commit comments