-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TASK-5055 - ERROR CLI Opencga-enterprise #2354
Conversation
Task linked: TASK-5055 ERROR CLI Opencga-enterprise |
opencga-app/pom.xml
Outdated
@@ -346,6 +346,7 @@ | |||
<arg value="${project.basedir}/../opencga-core/target/classes/log4j2.internal.xml"/> | |||
<arg value="${project.basedir}/../opencga-storage/opencga-storage-core/target/classes/storage-configuration.yml"/> | |||
<arg value="${project.basedir}/../opencga-client/target/classes/client-configuration.yml"/> | |||
<arg value="${project.basedir}/src/main/resources/usage.yml"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file doesn't exist. It's called "cli-usage.yml"
/** | ||
* FILENAME is the file location of the configuration yml file | ||
*/ | ||
public static final String CLI_USAGE_FILENAME = "cli-usage.yml"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Discrepancy between file name. In POM.xml it's expected to be "usage.yml"
TASK-5055 - ERROR CLI Opencga-enterprise