Fix maven-dependencies

This commit is contained in:
Andreas Dangel
2020-11-13 20:45:11 +01:00
parent e2514c546c
commit 5cc5e34b7e

View File

@ -17,7 +17,7 @@
# execpt for dokka-maven-plugin, as it does not play well with dependency-plugin.
#
function maven_dependencies_resolve() {
dokka_version=$(./mvnw -q -Dexec.executable="echo" -Dexec.args='${dokka.version}'
dokka_version=$(./mvnw -q -Dexec.executable="echo" -Dexec.args='${dokka.version}' \
--non-recursive org.codehaus.mojo:exec-maven-plugin:3.0.0:exec)
./mvnw dependency:resolve