I have a bigger project with multiple modules, all organized by Maven and Spring.
Now I got a "closed source" JAR and two additional files (basically sth. like 2 text files with some information needed for the classes in the JAR) that I want to add to my project.
The manual that came with the JAR and the two files only says "Add the JAR as a lib" and "Add the 2 files to your classpath". I (or my IDE) already managed to add the JAR, but how and where can I add the other 2 files?
Thanks in advance, kaolick
EDIT:
As it seems one of my colleagues already added the JAR and the two files to the repository. I just didn't know about it because he called in sick this week and didn't tell me before. :-/