File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
14
14
### Removed
15
15
- [ Python] Dropped legacy .egg-info metadata distribution artifacts ([ #324 ] ( https://github.com/cucumber/messages/pull/324 ) )
16
16
17
+ ### Added
18
+ - [ Java] Add OSGi metadata ([ #344 ] ( https://github.com/cucumber/messages/pull/344 ) )
19
+
17
20
## [ 29.0.1] - 2025-09-08
18
21
### Fixed
19
22
- [ JavaScript] Include schemas in npm package ([ #333 ] ( https://github.com/cucumber/messages/pull/333 ) )
Original file line number Diff line number Diff line change 101
101
</configuration >
102
102
</plugin >
103
103
104
+ <plugin >
105
+ <groupId >biz.aQute.bnd</groupId >
106
+ <artifactId >bnd-maven-plugin</artifactId >
107
+ </plugin >
108
+ <plugin >
109
+ <groupId >org.apache.maven.plugins</groupId >
110
+ <artifactId >maven-jar-plugin</artifactId >
111
+ <configuration >
112
+ <archive >
113
+ <manifestFile >${project.build.outputDirectory} /META-INF/MANIFEST.MF</manifestFile >
114
+ </archive >
115
+ </configuration >
116
+ </plugin >
104
117
<plugin >
105
118
<groupId >org.codehaus.mojo</groupId >
106
119
<artifactId >build-helper-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments