DEV Community

Discussion on: Adding local jar files to a Maven project

Collapse
 
khmarbaise profile image
Karl Heinz Marbaise

I have to mentioned that the system scope will produce a WARNING since Maven 3.5.2 furthermore if you use a system scope dependency it will become hard for consumers of your project cause they don't have the directory nor the jar on their hard drive which results in failures. That means in other words you should prevent using system scope under all circumstances cause it will cause many issues.