You are here

Using SkyVault 2.0 (Enterprise) (Optional)

By default the SkyVault SDK will use SkyVault Community Edition artifacts but it can be configured to use SkyVault 2.0 (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 2.0 repository located here, refer to this knowledge base article. If you do not have access to this portal then contact your SkyVault technical 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 SkyVault 2.0 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.