Skip to content

Commit c4184ad

Browse files
committed
Use karaf-maven-plugin 4.2.6 to create an apache karaf feature for jackson-datatype-hibernate4 (FasterXML#132)
1 parent 23e28aa commit c4184ad

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

hibernate4/pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ Hibernate (http://hibernate.org) version 4.x data types.
7171
</execution>
7272
</executions>
7373
</plugin>
74+
<plugin>
75+
<groupId>org.apache.karaf.tooling</groupId>
76+
<artifactId>karaf-maven-plugin</artifactId>
77+
</plugin>
7478
</plugins>
7579
</build>
7680

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2+
<features xmlns="http://karaf.apache.org/xmlns/features/v1.6.0" name="${project.artifactId}">
3+
<repository>mvn:com.fasterxml.jackson.core/jackson-databind/${jackson.version.databind}/xml/features</repository>
4+
<feature name="${project.artifactId}">
5+
<feature>jackson-databind</feature>
6+
<feature>hibernate</feature>
7+
</feature>
8+
</features>

0 commit comments

Comments
 (0)