File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 36
36
<build >
37
37
<pluginManagement >
38
38
<plugins >
39
+ <plugin >
40
+ <artifactId >maven-jar-plugin</artifactId >
41
+ <configuration >
42
+ <archive >
43
+ <manifestFile >${project.build.outputDirectory} /META-INF/MANIFEST.MF</manifestFile >
44
+ </archive >
45
+ </configuration >
46
+ </plugin >
39
47
<plugin >
40
48
<groupId >org.apache.felix</groupId >
41
49
<artifactId >maven-bundle-plugin</artifactId >
47
55
</supportedProjectTypes >
48
56
<instructions >
49
57
<Import-Package >
50
- !java
58
+ !java
51
59
</Import-Package >
52
60
<Export-Package >
53
61
{local-packages}
56
64
</configuration >
57
65
<executions >
58
66
<execution >
59
- <id >manifest</id >
67
+ <id >bundle-manifest</id >
68
+ <phase >process-classes</phase >
60
69
<goals >
61
70
<goal >manifest</goal >
62
71
</goals >
63
- <configuration >
64
- <supportIncrementalBuild >true</supportIncrementalBuild >
65
- </configuration >
66
- </execution >
67
- <execution >
68
- <id >bundle</id >
69
- <goals >
70
- <goal >bundle</goal >
71
- </goals >
72
72
</execution >
73
73
</executions >
74
74
</plugin >
You can’t perform that action at this time.
0 commit comments