Compiling a maven project with class from external jar file (that is not in a maven artifact)
问题 I'm somewhat new to java, and very new to maven. I might use some terminology imperfectly. As I develop my project that I'm using use maven to build, as I've needed classes that aren't part of the core java language I've added an appropriate <dependency> section to my pom.xml (usually copied from mvnbrowser.com without my really understanding it very well), and I've been able to use the classes I want. Works great. Now I've encountered a java class that I want to use that is apparently not