You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My workaround is adding the below code before running forgbot export HOME="/usr/share/maven"
export M2="$HOME/bin"
export MAVEN_OPTS="-Xms256m -Xmx512m"
export PATH="$M2:$PATH"
Describe the bug
Im using Frogbot, When i run the bot on Maven project, i get the below eeror:
failed while building 'maven' dependency tree:
$HOME is not defined
Note: I have maven available on my server.
Current behavior
Im using Frogbot, When i run the bot on Maven project, i get the below eeror:
failed while building 'maven' dependency tree:
$HOME is not defined
Note: I have maven available on my server.
Reproduction steps
No response
Expected behavior
Frogbot should run without any issues with $HOME.
JFrog CLI version
Operating system type and version
ubuntu 18.04
JFrog Artifactory version
No response
JFrog Xray version
No response
The text was updated successfully, but these errors were encountered: