I got my first Maven Project in Eclipse.
Now I want to add some jar file
dependencies. Usually I have created a lib
path and copied my .jar files
inside of the lib
path, which then are added to the class-path.
Now in Maven there is this dependency management and a static folder structure.
I am very new to Maven and would like to know how I can put my jar dependencies to the Maven Project.
I already found a "Add Dependency" on the pom.xml configurator panel. But there is only j-unit
listed on it. So how do I proceed?
I have all jars I need already on my machine.