How to deploy third-party artifact » History » Version 1
chin-yeh, 04/22/2011 02:35 PM
1 | 1 | chin-yeh | h1. How to deploy third-party artifact |
---|---|---|---|
2 | |||
3 | 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": |
||
4 | # login as administrator (refer to administrator to get the access) |
||
5 | # select *Views/Repositories* -> *Repositories* and choose the *3rd party* repository |
||
6 | # and then, choose the *Upload artifact* tab |
||
7 | # in the *Select GAV Definition Source* section, enter the following details: |
||
8 | <pre> |
||
9 | GAV Definition: GAV Parameters |
||
10 | Group: <<Group ID of the artifact which usually is the domain name>> |
||
11 | Artifact: <<Artifact ID of the artifact>> |
||
12 | Version: <<Version of the artifact>> |
||
13 | Packaging: <<choose one from the dropdown list>> |
||
14 | </pre> |
||
15 | # in the *Select Artifact(s) for Upload* section, enter the following details: |
||
16 | ## click on the *Select Artifact(s) for Upload* button |
||
17 | ## browse for the artifact |
||
18 | ## click on the *Add Artifact* button to upload the selected artifact(s) |
||
19 | # revise all of entered details. if confirmed, click on the *Upload Artifact(s)* button. |
||
20 | # done. |