I want to migrate to Maven, but I've got a few jars without any POM that I want to use. When somebody else downloads the project he shouldn't need to fidget around with any maven commandline install commands.
Is there an easy way only with Ecplise and m2e to use jar files?
E.g the jars are already in /src/main/resources so maybe just a simple click on the pom.xml?
I'm totally new to Maven so maybe the question is stupid, but this is really preventing me from getting started and convincing anybody else to use Maven.