File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
88## [ Unreleased]
9+ ### Added
10+ - [ Java] Add OSGi metadata ([ #344 ] ( https://github.com/cucumber/messages/pull/344 ) )
911
1012## [ 30.0.0] - 2025-10-03
1113### Changed
Original file line number Diff line number Diff line change 101101 </configuration >
102102 </plugin >
103103
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 >
104117 <plugin >
105118 <groupId >org.codehaus.mojo</groupId >
106119 <artifactId >build-helper-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments