Skip to content
Discussion options

You must be logged in to vote

You do not bake it in, and it does not go on your CI server at all. The license file is only needed on the machines where the application actually runs. Your build server never sees it.

On each of those machines, put the file in one of these locations. They are resolved in this order:

  1. The path in the environment variable APPJARS_LICENSE_FOLDER
  2. The path in the Java system property com.appjars.license.folder
  3. ~/.appjars — the home directory of the user running the application

Nothing else to configure. The application reads every file in that directory at startup, ignores anything that is not a valid license, and matches the ones that belong to it. The filename and extension do not matter,…

Replies: 1 comment

Comment options

mlopezFC
Aug 25, 2026
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by mlopezFC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant