1.

What Are The Things You Need To Define For Each External Dependency?

Answer»

External dependencies (LIBRARY JAR location) can be configured in pom.xml in same way as other dependencies.

  • Specify groupId same as name of the library.
  • Specify artifactId same as name of the library.
  • Specify SCOPE as system.
  • Specify system path RELATIVE to PROJECT location.

External dependencies (library jar location) can be configured in pom.xml in same way as other dependencies.



Discussion

No Comment Found