What is happening inside a jar if it is loaded by maven?

Viewed 22

I am currently working on a Maven dependency. And now I have the question, what happens when the person who includes the dependency (aka my jar) in his project (via Maven) Because my dependency/project relies on data that is in the property file. And I need to load them before you can use the project and actually load them into static attribute fields of classes.

0 Answers
Related