Skip to content

Commit 4dfe40a

Browse files
committed
Add OSGI manifest
1 parent 2ceeac1 commit 4dfe40a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<groupId>com.cosium.standard_webhooks_consumer</groupId>
1616
<artifactId>standard-webhooks-consumer</artifactId>
1717
<version>1.2-SNAPSHOT</version>
18+
<packaging>bundle</packaging>
1819

1920
<properties>
2021
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -24,6 +25,8 @@
2425
<junit.version>5.11.4</junit.version>
2526
<assertj.version>3.27.3</assertj.version>
2627
<git-code-format-maven-plugin.version>5.3</git-code-format-maven-plugin.version>
28+
29+
<maven-bundle-plugin.version>5.1.9</maven-bundle-plugin.version>
2730
</properties>
2831

2932
<dependencyManagement>
@@ -96,6 +99,13 @@
9699
</dependency>
97100
</dependencies>
98101
</plugin>
102+
103+
<plugin>
104+
<groupId>org.apache.felix</groupId>
105+
<artifactId>maven-bundle-plugin</artifactId>
106+
<version>${maven-bundle-plugin.version}</version>
107+
<extensions>true</extensions>
108+
</plugin>
99109
</plugins>
100110
</build>
101111

0 commit comments

Comments
 (0)