Last modified by Admin on 2021/03/17 21:49

<
From version < 2.1 >
edited by Krzysztof Płachno
on 2017/06/24 13:30
To version < 3.1 >
edited by Krzysztof Płachno
on 2017/06/24 13:46
>
Change comment: There is no comment for this version

Summary

Details

ExtensionCode.ExtensionClass[0]
Description
... ... @@ -13,18 +13,22 @@
13 13   * Example: the "**jcenter**" (:repo) is a maven repository running on Bintray instance called "**bintray**" (:subject)
14 14  {{/info}}
15 15  
16 +
16 16  === Configuration in {{code}}xwiki.properties{{/code}}
17 17  
18 -{{code language="properties"}}
19 -extension.repositories.bintray.maven=<privateBintrayMavenId>:<:subject>:<:repo>
20 -{{/code}}
19 +{{code language="properties"}} extension.repositories.bintray.maven=<privateBintrayMavenId>:<:subject>:<:repo> {{/code}}
21 21  
21 +If configuration was provided before launching XWiki - restart is not needed after installment of the extension.
22 +
23 +
22 22  === Example - connection with **JCenter** ===
23 -{{code language="properties"}}
24 -extension.repositories.bintray.maven=jCenter:bintray:jcenter
25 -{{/code}}
26 26  
26 +In {{code}}xwiki.properties{{/code}}:
27 27  
28 +{{code language="properties"}} extension.repositories.bintray.maven=jCenter:bintray:jcenter {{/code}}
29 +
30 +
28 28  == Usage ==
29 29  Typical use case of **Extension Repository Connector - Bintray** is to connect jCenter and to install general-purpose Java libraries (not necesarily XWiki components!) to be later used in e.g. groovy scripts.
33 +After enabling connection to Bintray repository - you can search its artifacts in Extension Manager.
30 30  

Get Connected