Project

General

Profile

Actions

How to deploy third-party artifact

To deploy those jar/libraries/artifact which are not available in public repositories or internal repositories(Nexus), you may follow this guide to install those required artifacts "manually":
  1. login as administrator (refer to administrator to get the access)
  2. select Views/Repositories -> Repositories and choose the 3rd party repository
  3. and then, choose the Upload artifact tab
  4. in the Select GAV Definition Source section, enter the following details:
    GAV Definition: GAV Parameters
    Group: <<Group ID of the artifact which usually is the domain name>>
    Artifact: <<Artifact ID of the artifact>>
    Version: <<Version of the artifact>>
    Packaging: <<choose one from the dropdown list>>
    
  5. in the Select Artifact(s) for Upload section, enter the following details:
    1. click on the Select Artifact(s) for Upload button
    2. browse for the artifact
    3. click on the Add Artifact button to upload the selected artifact(s)
  6. revise all of entered details. if confirmed, click on the Upload Artifact(s) button.
  7. done.

Updated by chin-yeh over 13 years ago · 1 revisions