9. Manage project classpath dependencies manually

PROBLEM

Skyway Builder will automatically manage project dependencies, which includes automatically updating POM files with references to dependencies for Maven-based project or automatically adding classpath variables for dependencies to Eclipse-based projects. There may be occasions where the developer wants to manage project dependencies manually.

SOLUTION

The automated management of dependencies can be turned off.

HOW IT WORKS

Using Category Mapping tab, select “Disable automatic dependency updates to project”. This option will disable Skyway Builder from automatically updating the classpath.

When automatic dependency updates is disabled, you will need to manage the dependencies manually, which consists of manually adding all the dependent libraries to the project. For Maven-based projects you will need to update the dependencies in the POM file manually. For Eclipse-based projects you will need to add required Java libraries manually. Skyway Software maintains a list and provides an archive of all the required libraries.