File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 4242 apiguardianVersion = ' 1.0.0'
4343
4444 /* OSGi */
45+ camelVersionRange = ' [2.16,3)'
4546 projectOsgiVersion = project. version. replaceAll(" -SNAPSHOT" , " .SNAPSHOT" )
4647}
4748
@@ -112,10 +113,10 @@ task javadocJar(type: Jar) {
112113artifacts {
113114 archives javadocJar
114115 archives sourceJar
115- // archives (file('build/resources/main/features.xml')) {
116- // classifier 'features'
117- // type 'xml'
118- // }
116+ archives (file(' build/resources/main/features.xml' )) {
117+ classifier ' features'
118+ type ' xml'
119+ }
119120}
120121
121122jacoco {
Original file line number Diff line number Diff line change 1+ <?xml version =' 1.0' encoding =' UTF-8' ?>
2+ <features xmlns =" http://karaf.apache.org/xmlns/features/v1.4.0" name =" camel-ldp-${project.version}" >
3+ <feature name =" camel-ldp" version =" ${project.version}" >
4+ <details >Installs the camel-ldp module</details >
5+
6+ <feature version =" ${camelVersionRange}" >camel</feature >
7+
8+ <bundle >mvn:org.trellisldp.camel/camel-ldp/${project.version}</bundle >
9+ </feature >
10+ </features >
You can’t perform that action at this time.
0 commit comments