Hello - I am getting started with Maven. I am looking at online guides and literature, and I'm trying to not be retarded
All I want to do is somehow point to a directory of jar files (./lib) and add these to the classpath so I can compile my code in maven. I can see that there's this idea of the "repository" in maven... Do I have to manually add each required jar file to the local repository? Do I need to put more lines in my pom.xml for each required jar, or can I just say "include this whole directory of jars" Thanks, and sorry if this is a dumb question -- View this message in context: http://www.nabble.com/Maven-Noobie---How-can-I-just-add-a-directory-of-jars-to-my-classpath--tf2503345.html#a6979200 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
