File tree Expand file tree Collapse file tree 1 file changed +28
-3
lines changed Expand file tree Collapse file tree 1 file changed +28
-3
lines changed Original file line number Diff line number Diff line change 15
15
<artifactId >jackson-databind</artifactId >
16
16
<version >2.15.0-SNAPSHOT</version >
17
17
<name >jackson-databind</name >
18
- <packaging >bundle </packaging >
18
+ <packaging >jar </packaging >
19
19
<description >General data-binding functionality for Jackson: works on core streaming API</description >
20
20
<url >https://github.com/FasterXML/jackson</url >
21
21
<inceptionYear >2008</inceptionYear >
145
145
</repositories >
146
146
147
147
<build >
148
- <plugins >
149
- <plugin >
148
+ <plugins >
149
+ <!-- 27-Nov-2022, tatu: [databind#3684] Configure Felix plugin to just produce
150
+ MANIFEST.MF for maven-jar-plugin to use
151
+ -->
152
+ <plugin >
153
+ <groupId >org.apache.felix</groupId >
154
+ <artifactId >maven-bundle-plugin</artifactId >
155
+ <executions >
156
+ <execution >
157
+ <id >bundle-manifest</id >
158
+ <phase >process-classes</phase >
159
+ <goals >
160
+ <goal >manifest</goal >
161
+ </goals >
162
+ </execution >
163
+ </executions >
164
+ </plugin >
165
+ <plugin >
166
+ <groupId >org.apache.maven.plugins</groupId >
167
+ <artifactId >maven-jar-plugin</artifactId >
168
+ <configuration >
169
+ <archive >
170
+ <manifestFile >${project.build.outputDirectory} /META-INF/MANIFEST.MF</manifestFile >
171
+ </archive >
172
+ </configuration >
173
+ </plugin >
174
+ <plugin >
150
175
<groupId >org.jacoco</groupId >
151
176
<artifactId >jacoco-maven-plugin</artifactId >
152
177
<executions >
You can’t perform that action at this time.
0 commit comments