Reputation: 37506
I am building an assembly in Maven for a command line utility. I can run it as an executable jar, but it fails because I need to load the config file externally. Assuming the following config, how would I run the jar?
Any help is appreciated!
Upvotes: 0
Views: 1927
Reputation:
I see two ways you could do it:
Upvotes: 1