File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 55
55
56
56
<properties >
57
57
<jackson .version.annotations>2.10.0.pr2</jackson .version.annotations>
58
+ <karaf .version>4.2.6</karaf .version>
58
59
59
60
<!-- 02-Oct-2015, tatu: Jackson 2.4 and above are Java 6 (earlier versions Java 5);
60
61
Jackson 2.7 and above Java 7 (with exception of `jackson-core`/`jackson-annotations` still Java 6),
213
214
</lifecycleMappingMetadata >
214
215
</configuration >
215
216
</plugin >
217
+ <plugin >
218
+ <groupId >org.apache.karaf.tooling</groupId >
219
+ <artifactId >karaf-maven-plugin</artifactId >
220
+ <version >${karaf.version} </version >
221
+ <extensions >true</extensions >
222
+ <configuration >
223
+ <startLevel >80</startLevel >
224
+ <includeTransitiveDependency >false</includeTransitiveDependency >
225
+ <aggregateFeatures >false</aggregateFeatures >
226
+ <includeProjectArtifact >true</includeProjectArtifact >
227
+ </configuration >
228
+ <executions >
229
+ <execution >
230
+ <id >generate-features-file</id >
231
+ <phase >package</phase >
232
+ <goals >
233
+ <goal >features-generate-descriptor</goal >
234
+ </goals >
235
+ </execution >
236
+ </executions >
237
+ </plugin >
216
238
</plugins >
217
239
</pluginManagement >
218
240
</build >
You can’t perform that action at this time.
0 commit comments