GridGain Developers Hub

Sources

You can use the Sources tab to configure repositories for your deployment units to download dependencies from.

Code deployment sources

Maven Repositories

Your deployment units can use preconfigured Maven dependencies.

Adding New Repositories

To add a new repository, click Add repository. In the dialog, specify:

  • Repository name. This name will only be used to make it easier to find the repository in the Control Center interface.

  • Maven repository URI, for example https://search.maven.org/. This repository will be used to resolve code dependencies.

Removing Maven Repositories

To remove a Maven repository, click ⋮ and select Remove.

Uploaded Artifacts

You can upload an artifact to Control Center in this section. Uploaded artifacts will be stored on the Control Center host, and sent to all deployment units as required.

Uploading New Artifacts

To add a new artifact, click Add file button and select the file you need.

Checking Dependent List

To find all deployment units that use a specific artifact, click ⋮ and select View dependent list. The dialog that opens lists all deployment units that use the selected artifact.

Dependent list

Deleting Artifacts

To delete an artifact, click ⋮ and select Remove. If the selected artifact has dependents, they show in the Dependent list dialog - see Checking Dependent List. Delete the listed dependents, then the artifact itself.