File tree 2 files changed +25
-0
lines changed
2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ Bundle-SymbolicName: org.pircbotx
2
+ -exportcontents: \
3
+ org.pircbotx*
Original file line number Diff line number Diff line change 310
310
</execution >
311
311
</executions >
312
312
</plugin >
313
+ <!-- Generate OSGi manifest metadata -->
314
+ <plugin >
315
+ <groupId >biz.aQute.bnd</groupId >
316
+ <artifactId >bnd-maven-plugin</artifactId >
317
+ <version >2.4.1</version >
318
+ <executions >
319
+ <execution >
320
+ <goals >
321
+ <goal >bnd-process</goal >
322
+ </goals >
323
+ </execution >
324
+ </executions >
325
+ </plugin >
326
+ <!-- Use OSGi manifest instead of generating an empty one -->
327
+ <plugin >
328
+ <groupId >org.apache.maven.plugins</groupId >
329
+ <artifactId >maven-jar-plugin</artifactId >
330
+ <version >2.6</version >
331
+ <configuration >
332
+ <useDefaultManifestFile >true</useDefaultManifestFile >
333
+ </configuration >
334
+ </plugin >
313
335
</plugins >
314
336
</build >
315
337
You can’t perform that action at this time.
0 commit comments