File tree Expand file tree Collapse file tree 1 file changed +25
-2
lines changed
Expand file tree Collapse file tree 1 file changed +25
-2
lines changed Original file line number Diff line number Diff line change 239239 </configuration >
240240 </plugin >
241241
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+
242264 <plugin >
243265 <groupId >org.apache.maven.plugins</groupId >
244266 <artifactId >maven-surefire-plugin</artifactId >
381403 <build >
382404 <plugins >
383405 <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 >
386409 <executions >
387410 <execution >
388411 <phase >none</phase >
You can’t perform that action at this time.
0 commit comments