forked from moqui/moqui-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
addons.xml
101 lines (84 loc) · 6.62 KB
/
addons.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<addons default-repository="github">
<!--
========== MODIFYING THIS FILE NOT RECOMMENDED ==========
Contains known open source Moqui components, those in the GitHub 'moqui' group and others.
To add or override repository, runtime, and component elements use a "myaddons.xml" file.
-->
<repository name="github">
<location type="current" url="https://github.com/${component.'@group'}/${component.'@name'}/archive/${component.'@branch'}.zip"/>
<location type="release" url="https://github.com/${component.'@group'}/${component.'@name'}/archive/v${component.'@version'}.zip"/>
<location type="binary" url="https://github.com/${component.'@group'}/${component.'@name'}/releases/download/v${component.'@version'}/${component.'@name'}-${component.'@version'}.zip"/>
<location type="git" url="https://github.com/${component.'@group'}/${component.'@name'}.git"/>
</repository>
<repository name="github-ssh">
<location type="current" url="https://github.com/${component.'@group'}/${component.'@name'}/archive/${component.'@branch'}.zip"/>
<location type="release" url="https://github.com/${component.'@group'}/${component.'@name'}/archive/v${component.'@version'}.zip"/>
<location type="binary" url="https://github.com/${component.'@group'}/${component.'@name'}/releases/download/v${component.'@version'}/${component.'@name'}-${component.'@version'}.zip"/>
<location type="git" url="git@github.com:${component.'@group'}/${component.'@name'}.git"/>
</repository>
<repository name="bitbucket">
<location type="current" url="https://bitbucket.org/${component.'@group'}/${component.'@name'}/get/${component.'@branch'}.zip"/>
<location type="release" url="https://bitbucket.org/${component.'@group'}/${component.'@name'}/get/v${component.'@version'}.zip"/>
<location type="git" url="https://bitbucket.org/${component.'@group'}/${component.'@name'}.git"/>
</repository>
<repository name="bitbucket-ssh">
<location type="current" url="https://bitbucket.org/${component.'@group'}/${component.'@name'}/get/${component.'@branch'}.zip"/>
<location type="release" url="https://bitbucket.org/${component.'@group'}/${component.'@name'}/get/v${component.'@version'}.zip"/>
<location type="git" url="git@bitbucket.org:${component.'@group'}/${component.'@name'}.git"/>
</repository>
<repository name="bitbucket-token">
<location type="git" url="https://x-token-auth:${component.'@token'}@bitbucket.org/${component.'@group'}/${component.'@name'}.git"/>
</repository>
<!-- Where to get runtime directory if not present -->
<runtime name="moqui-runtime" group="moqui" version="2.1.1" branch="master"/>
<!-- Example Component -->
<component name="example" group="moqui" version="2.1.1" branch="master"/>
<!-- Moqui Tool Components -->
<component name="moqui-aws" group="moqui" version="1.0.0" branch="master"/>
<component name="moqui-camel" group="moqui" version="1.0.2" branch="master"/>
<component name="moqui-elasticsearch" group="moqui" version="1.2.0" branch="master"/>
<component name="moqui-fop" group="moqui" version="1.1.1" branch="master"/>
<component name="moqui-hazelcast" group="moqui" version="1.1.0" branch="master"/>
<component name="moqui-kie" group="moqui" version="1.0.2" branch="master"/>
<component name="moqui-orientdb" group="moqui" version="1.0.2" branch="master"/>
<component name="moqui-sftp" group="moqui" version="" branch="master"/><!-- no releases yet -->
<component name="moqui-wikitext" group="moqui" version="1.0.1" branch="master"/>
<component name="moqui-atomikos" group="moqui" version="1.0.0" branch="master"/><!-- not actively maintained -->
<!-- Mantle Business Artifact and Integration Components -->
<component name="mantle-udm" group="moqui" version="2.1.0" branch="master"/>
<component name="mantle-usl" group="moqui" version="2.1.0" branch="master"/>
<component name="AuthorizeDotNet" group="moqui" version="1.2.1" branch="master"/>
<component name="mantle-edi" group="moqui" version="1.1.2" branch="master"/>
<component name="mantle-paytrace" group="moqui" version="1.0.0" branch="master"/>
<component name="mantle-shippo" group="moqui" version="1.1.0" branch="master"/>
<component name="mantle-braintree" group="moqui" version="" branch="master"/><!-- no releases yet -->
<component name="mantle-rsis" group="moqui" version="" branch="master"/><!-- no releases yet -->
<component name="mantle-yotpo" group="moqui" version="" branch="master"/><!-- no releases yet -->
<component name="mantle-ubpl" group="moqui" version="" branch="master"/><!-- no releases -->
<component name="mantle-oagis" group="moqui" version="" branch="master"/><!-- no releases -->
<!-- Moqui Applications -->
<component name="SimpleScreens" group="moqui" version="2.1.0" branch="master"/>
<component name="HiveMind" group="moqui" version="1.4.0" branch="master"/>
<component name="PopCommerce" group="moqui" version="2.1.0" branch="master"/>
<component name="PopRestStore" group="moqui" version="" branch="master"/><!-- no releases yet -->
<component name="moqui-org" group="moqui" version="" branch="master"/><!-- no releases -->
<!-- Third Party Components -->
<component name="moqui-zh_CN-addon" group="chunlinyao" version="" branch="master"/><!-- no releases -->
<component name="moqui-graphql" group="shendepu" version="" branch="master"/><!-- no releases -->
<component name="moqui-react-ssr" group="shendepu" version="" branch="master"/><!-- no releases -->
<component name="moqui-captcha" group="shendepu" version="" branch="master"/><!-- no releases -->
<component name="OFBizToMantle" group="jonesde" version="" branch="master"/><!-- no releases -->
<!-- Component Sets -->
<component-set name="framework" components="example,moqui-camel,moqui-elasticsearch,moqui-fop,moqui-hazelcast,moqui-kie,moqui-orientdb"/>
<component-set name="mantle" components="mantle-udm,mantle-usl,mantle-edi,AuthorizeDotNet,mantle-shippo,SimpleScreens"/>
<component-set name="apps" components="HiveMind,PopCommerce"/>
<component-set name="ecosystem" sets="framework,mantle,apps"/>
<component-set name="demo" components="example,HiveMind,PopCommerce"/>
<!-- Release builds:
gradle getComponentSet -PcomponentSet=demo -PlocationType=release
gradle getComponent -Pcomponent=PopCommerce -PlocationType=release
gradle getComponent -Pcomponent=HiveMind -PlocationType=release
- these make the source distro for each
- to build the demo war: gradle load test addRuntime
-->
</addons>