File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 15
15
<groupId >com.cosium.standard_webhooks_consumer</groupId >
16
16
<artifactId >standard-webhooks-consumer</artifactId >
17
17
<version >1.2-SNAPSHOT</version >
18
+ <packaging >bundle</packaging >
18
19
19
20
<properties >
20
21
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
24
25
<junit .version>5.11.4</junit .version>
25
26
<assertj .version>3.27.3</assertj .version>
26
27
<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>
27
30
</properties >
28
31
29
32
<dependencyManagement >
96
99
</dependency >
97
100
</dependencies >
98
101
</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 >
99
109
</plugins >
100
110
</build >
101
111
You can’t perform that action at this time.
0 commit comments