File tree Expand file tree Collapse file tree 2 files changed +3
-14
lines changed Expand file tree Collapse file tree 2 files changed +3
-14
lines changed Original file line number Diff line number Diff line change 58
58
<maven-deploy-plugin .version>3.0.0-M1</maven-deploy-plugin .version>
59
59
<maven-jar-plugin .version>3.2.0</maven-jar-plugin .version>
60
60
<maven-jxr-plugin .version>3.1.1</maven-jxr-plugin .version>
61
+ <maven-bundle-plugin .version>5.1.8</maven-bundle-plugin .version>
61
62
<build-helper-maven-plugin .version>3.2.0</build-helper-maven-plugin .version>
62
63
63
64
</properties >
239
240
<plugin >
240
241
<groupId >org.apache.felix</groupId >
241
242
<artifactId >maven-bundle-plugin</artifactId >
243
+ <version >${maven-bundle-plugin.version} </version >
242
244
<executions >
243
245
<execution >
244
246
<id >bundle-manifest</id >
247
249
<goal >manifest</goal >
248
250
</goals >
249
251
<configuration >
250
- <unpackBundle >true</unpackBundle >
251
252
<instructions >
253
+ <!-- populated by the plugin itself -->
252
254
<Bundle-Version >${parsedVersion.osgiVersion} </Bundle-Version >
253
255
<Bundle-Description >${project.description} </Bundle-Description >
254
256
<X-Compile-Source-JDK >${maven.compiler.source} </X-Compile-Source-JDK >
Original file line number Diff line number Diff line change 53
53
</executions >
54
54
</plugin >
55
55
56
- <plugin >
57
- <groupId >org.apache.felix</groupId >
58
- <artifactId >maven-bundle-plugin</artifactId >
59
- <executions >
60
- <execution >
61
- <id >bundle-manifest</id >
62
- <phase >process-classes</phase >
63
- <goals >
64
- <goal >manifest</goal >
65
- </goals >
66
- </execution >
67
- </executions >
68
- </plugin >
69
56
</plugins >
70
57
71
58
</build >
You can’t perform that action at this time.
0 commit comments