Skip to content

Commit d438fd9

Browse files
steinarbSteinar Bang
authored and
Steinar Bang
committed
Add configuration for karaf-maven-plugin 4.2.6 in the <pluginManagement> section of jackson-parent (FasterXML#11)
1 parent 5a6329b commit d438fd9

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

pom.xml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555

5656
<properties>
5757
<jackson.version.annotations>2.10.0.pr2</jackson.version.annotations>
58+
<karaf.version>4.2.6</karaf.version>
5859

5960
<!-- 02-Oct-2015, tatu: Jackson 2.4 and above are Java 6 (earlier versions Java 5);
6061
Jackson 2.7 and above Java 7 (with exception of `jackson-core`/`jackson-annotations` still Java 6),
@@ -213,6 +214,27 @@
213214
</lifecycleMappingMetadata>
214215
</configuration>
215216
</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>
216238
</plugins>
217239
</pluginManagement>
218240
</build>

0 commit comments

Comments
 (0)