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 5858 <maven-deploy-plugin .version>3.0.0-M1</maven-deploy-plugin .version>
5959 <maven-jar-plugin .version>3.2.0</maven-jar-plugin .version>
6060 <maven-jxr-plugin .version>3.1.1</maven-jxr-plugin .version>
61+ <maven-bundle-plugin .version>5.1.8</maven-bundle-plugin .version>
6162 <build-helper-maven-plugin .version>3.2.0</build-helper-maven-plugin .version>
6263
6364 </properties >
239240 <plugin >
240241 <groupId >org.apache.felix</groupId >
241242 <artifactId >maven-bundle-plugin</artifactId >
243+ <version >${maven-bundle-plugin.version} </version >
242244 <executions >
243245 <execution >
244246 <id >bundle-manifest</id >
247249 <goal >manifest</goal >
248250 </goals >
249251 <configuration >
250- <unpackBundle >true</unpackBundle >
251252 <instructions >
253+ <!-- populated by the plugin itself -->
252254 <Bundle-Version >${parsedVersion.osgiVersion} </Bundle-Version >
253255 <Bundle-Description >${project.description} </Bundle-Description >
254256 <X-Compile-Source-JDK >${maven.compiler.source} </X-Compile-Source-JDK >
Original file line number Diff line number Diff line change 5353 </executions >
5454 </plugin >
5555
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 >
6956 </plugins >
7057
7158 </build >
You can’t perform that action at this time.
0 commit comments