We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I have a file in main/resources and I want to include it in the jar. It is not included when running one-jar. Is there a way to include it ?
one-jar
The text was updated successfully, but these errors were encountered:
Hi Stla, You can include it by explicitly providing through java options.
java -Dlogback.configurationFile="config.xml" -jar one-jar.jar
I had the same issue and resolved it like the above line.
Sorry, something went wrong.
No branches or pull requests
Hello,
I have a file in main/resources and I want to include it in the jar. It is not included when running
one-jar
. Is there a way to include it ?The text was updated successfully, but these errors were encountered: