1.

What Is A System Dependency?

Answer»

Dependency with scope system are always available and are not looked up in repository, they are usually used to TELL MAVEN about DEPENDENCIES which are provided by the JDK or the VM. Thus, system dependencies are especially useful for RESOLVING dependencies on artifacts which are now provided by the JDK.

Dependency with scope system are always available and are not looked up in repository, they are usually used to tell Maven about dependencies which are provided by the JDK or the VM. Thus, system dependencies are especially useful for resolving dependencies on artifacts which are now provided by the JDK.



Discussion

No Comment Found