When Frogbot builds the Maven dependency tree, it runs ./mvnw directly:
failed running command './mvnw org.apache.maven.plugins:maven-install-plugin:3.1.1:install-file
-Dfile=/tmp/jfrog.cli.temp.-xxx/maven-dep-tree.jar -B': exit status 1
This fails in our air-gapped environment, not sure why exactly. But it does not seem to use my wrapper or my settings for maven in my repo .mvn/
Question: Is there any supported way, environment variable, config option, or otherwise, to control the Maven executable or pass additional arguments specifically to the internal dep-tree build step?
Frogbot version: 2.32.0
CI: GitLab
When Frogbot builds the Maven dependency tree, it runs ./mvnw directly:
This fails in our air-gapped environment, not sure why exactly. But it does not seem to use my wrapper or my settings for maven in my repo .mvn/
Question: Is there any supported way, environment variable, config option, or otherwise, to control the Maven executable or pass additional arguments specifically to the internal dep-tree build step?
Frogbot version: 2.32.0
CI: GitLab