File tree 4 files changed +11
-6
lines changed
src/main/filtered-resources/userdata/etc
features/distro/src/main/feature
4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 123
123
<outputDirectory >${project.build.directory} /assembly/bin</outputDirectory >
124
124
<destFileName >upgradetool.jar</destFileName >
125
125
</artifactItem >
126
+ <artifactItem >
127
+ <groupId >org.openhab.addons.features.karaf</groupId >
128
+ <artifactId >org.openhab.addons.features.karaf.openhab-addons-external</artifactId >
129
+ <version >${project.version} </version >
130
+ <type >xml</type >
131
+ <classifier >addons</classifier >
132
+ <overWrite >true</overWrite >
133
+ <outputDirectory >${project.build.directory} /assembly/runtime/etc</outputDirectory >
134
+ <destFileName >addons.xml</destFileName >
135
+ </artifactItem >
126
136
</artifactItems >
127
137
</configuration >
128
138
</plugin >
170
180
<feature >system</feature >
171
181
<feature >openhab-runtime-base</feature >
172
182
<feature >openhab-runtime-ui</feature >
173
- <feature >openhab-addon-discovery</feature >
174
183
</bootFeatures >
175
184
<archiveZip >false</archiveZip >
176
185
<archiveTarGz >false</archiveTarGz >
Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ featuresBoot = \
44
44
jaas/${karaf.version}, \
45
45
openhab-runtime-base, \
46
46
openhab-runtime-ui, \
47
- openhab-addon-discovery, \
48
47
deployer/${karaf.version}, \
49
48
diagnostic/${karaf.version}, \
50
49
bundle/${karaf.version}, \
Original file line number Diff line number Diff line change 9
9
<bundle >mvn:org.openhab.ui.bundles/org.openhab.ui.iconset.classic/${project.version}</bundle >
10
10
</feature >
11
11
12
- <feature name =" openhab-addon-discovery" description =" Discovery Information" version =" ${project.version}" >
13
- <configfile finalname =" ${openhab.userdata}/addons/openhab-addons.xml" override =" true" >mvn:org.openhab.addons.features.karaf/org.openhab.addons.features.karaf.openhab-addons-external/${project.version}/xml/addons</configfile >
14
- </feature >
15
-
16
12
</features >
Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ feature.openhab-model-runtime-all: \
86
86
org.apache.cxf.osgi.http.transport.disable=true,\
87
87
org.ops4j.pax.logging.DefaultServiceLog.level=ERROR,\
88
88
openhab.servicecfg=${.}/runtime/services.cfg,\
89
+ openhab.runtime=${.}/runtime/runtime,\
89
90
openhab.conf=${.}/runtime/conf,\
90
91
openhab.userdata=${.}/runtime/userdata,\
91
92
openhab.logdir=${.}/runtime/userdata/logs
You can’t perform that action at this time.
0 commit comments