File tree 1 file changed +25
-2
lines changed
1 file changed +25
-2
lines changed Original file line number Diff line number Diff line change 239
239
</configuration >
240
240
</plugin >
241
241
242
+ <plugin >
243
+ <artifactId >maven-jar-plugin</artifactId >
244
+ <configuration >
245
+ <archive >
246
+ <manifestFile >${project.build.outputDirectory} /META-INF/MANIFEST.MF</manifestFile >
247
+ </archive >
248
+ </configuration >
249
+ </plugin >
250
+ <plugin >
251
+ <groupId >org.apache.felix</groupId >
252
+ <artifactId >maven-bundle-plugin</artifactId >
253
+ <executions >
254
+ <execution >
255
+ <id >bundle-manifest</id >
256
+ <phase >process-classes</phase >
257
+ <goals >
258
+ <goal >manifest</goal >
259
+ </goals >
260
+ </execution >
261
+ </executions >
262
+ </plugin >
263
+
242
264
<plugin >
243
265
<groupId >org.apache.maven.plugins</groupId >
244
266
<artifactId >maven-surefire-plugin</artifactId >
381
403
<build >
382
404
<plugins >
383
405
<plugin >
384
- <groupId >org.codehaus.mojo</groupId >
385
- <artifactId >findbugs-maven-plugin</artifactId >
406
+ <groupId >com.github.spotbugs</groupId >
407
+ <artifactId >spotbugs-maven-plugin</artifactId >
408
+ <version >3.1.0-RC6</version >
386
409
<executions >
387
410
<execution >
388
411
<phase >none</phase >
You can’t perform that action at this time.
0 commit comments