|
275 | 275 | </repository> |
276 | 276 | </repositories> |
277 | 277 |
|
278 | | - <build> |
279 | | - <pluginManagement> |
280 | | - <plugins> |
281 | | - <plugin> |
282 | | - <groupId>biz.aQute.bnd</groupId> |
283 | | - <artifactId>bnd-maven-plugin</artifactId> |
284 | | - <version>3.3.0</version> |
285 | | - <dependencies> |
286 | | - <dependency> |
287 | | - <groupId>ch.qos.logback</groupId> |
288 | | - <artifactId>logback-core</artifactId> |
289 | | - <version>1.1.3</version> |
290 | | - </dependency> |
291 | | - <dependency> |
292 | | - <groupId>org.slf4j</groupId> |
293 | | - <artifactId>slf4j-api</artifactId> |
294 | | - <version>1.7.13</version> |
295 | | - </dependency> |
296 | | - </dependencies> |
297 | | - <executions> |
298 | | - <execution> |
299 | | - <goals> |
300 | | - <goal>bnd-process</goal> |
301 | | - </goals> |
302 | | - </execution> |
303 | | - </executions> |
304 | | - </plugin> |
305 | | - </plugins> |
306 | | - </pluginManagement> |
307 | | - <plugins> |
308 | | - <plugin> |
309 | | - <groupId>biz.aQute.bnd</groupId> |
310 | | - <artifactId>bnd-maven-plugin</artifactId> |
311 | | - <executions> |
312 | | - <execution> |
313 | | - <goals> |
314 | | - <goal>bnd-process</goal> |
315 | | - </goals> |
316 | | - </execution> |
317 | | - </executions> |
318 | | - </plugin> |
319 | | - </plugins> |
320 | | - </build> |
321 | | - |
322 | 278 | <profiles> |
323 | 279 | <profile> |
324 | 280 | <id>travis</id> |
|
491 | 447 | <!-- ======================================================= --> |
492 | 448 | <!-- Packaging (OSGi bundle) --> |
493 | 449 | <!-- ======================================================= --> |
| 450 | + <plugin> |
| 451 | + <groupId>biz.aQute.bnd</groupId> |
| 452 | + <artifactId>bnd-maven-plugin</artifactId> |
| 453 | + <version>3.3.0</version> |
| 454 | + <dependencies> |
| 455 | + <dependency> |
| 456 | + <groupId>ch.qos.logback</groupId> |
| 457 | + <artifactId>logback-core</artifactId> |
| 458 | + <version>1.1.3</version> |
| 459 | + </dependency> |
| 460 | + <dependency> |
| 461 | + <groupId>org.slf4j</groupId> |
| 462 | + <artifactId>slf4j-api</artifactId> |
| 463 | + <version>1.7.13</version> |
| 464 | + </dependency> |
| 465 | + </dependencies> |
| 466 | + <executions> |
| 467 | + <execution> |
| 468 | + <goals> |
| 469 | + <goal>bnd-process</goal> |
| 470 | + </goals> |
| 471 | + </execution> |
| 472 | + </executions> |
| 473 | + </plugin> |
| 474 | + |
494 | 475 | <plugin> |
495 | 476 | <groupId>org.apache.maven.plugins</groupId> |
496 | 477 | <artifactId>maven-clean-plugin</artifactId> |
|
510 | 491 | <groupId>org.apache.maven.plugins</groupId> |
511 | 492 | <artifactId>maven-jar-plugin</artifactId> |
512 | 493 | <version>2.6</version> |
| 494 | + <configuration> |
| 495 | + <archive> |
| 496 | + <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile> |
| 497 | + </archive> |
| 498 | + </configuration> |
513 | 499 | </plugin> |
514 | 500 | <plugin> |
515 | 501 | <groupId>org.apache.maven.plugins</groupId> |
|
729 | 715 | <artifactId>maven-jar-plugin</artifactId> |
730 | 716 | <configuration> |
731 | 717 | <archive> |
| 718 | + <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile> |
732 | 719 | <manifest> |
733 | 720 | <addDefaultImplementationEntries>true</addDefaultImplementationEntries> |
734 | 721 | </manifest> |
|
793 | 780 | </execution> |
794 | 781 | </executions> |
795 | 782 | </plugin> |
| 783 | + <plugin> |
| 784 | + <groupId>biz.aQute.bnd</groupId> |
| 785 | + <artifactId>bnd-maven-plugin</artifactId> |
| 786 | + <executions> |
| 787 | + <execution> |
| 788 | + <goals> |
| 789 | + <goal>bnd-process</goal> |
| 790 | + </goals> |
| 791 | + </execution> |
| 792 | + </executions> |
| 793 | + </plugin> |
796 | 794 | </plugins> |
797 | 795 | </build> |
798 | 796 |
|
|
0 commit comments