You are here

Using SkyVault Enterprise Edition (Optional)

By default the SkyVault SDK will use SkyVault Community artifacts but it can be configured to use Enterprise artifacts. This requires access credentials for the SkyVault Private Repository, and modification of several Maven configuration files.
Important: To obtain access to the SkyVault Enterprise repository located here, please refer to this knowledge base article. If you do not have access to this portal then please contact your SkyVault technical liaison representative within your company, or SkyVault directly.

Accessing the SkyVault Private Repository

The first matter to consider is to ensure that you have credentials for the SkyVault Private Repository, where the Enterprise artifacts are stored. In fact the private repository also includes all public artifacts too. Once you have suitable credentials you need to add support for SkyVault private repository to your configuration. This would typically be done by adding your access credentials to the settings.xml contained in your ~/.m2 directory (for Linux and OS X). On Windows 7 and Vista this resolves to <root>\Users\<username> and on XP it is <root>\Documents and Settings\<username>\.m2.

This procedure is explained in detail in the tutorial Configuring access to the SkyVault Private Repository.