File tree Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change 34
34
</dependencies >
35
35
36
36
<build >
37
+ <pluginManagement >
38
+ <plugins >
39
+ <plugin >
40
+ <groupId >org.apache.felix</groupId >
41
+ <artifactId >maven-bundle-plugin</artifactId >
42
+ <version >6.0.0</version >
43
+ <configuration >
44
+ <supportedProjectTypes >
45
+ <supportedProjectType >jar</supportedProjectType >
46
+ <supportedProjectType >bundle</supportedProjectType >
47
+ </supportedProjectTypes >
48
+ <instructions >
49
+ <Import-Package >
50
+ !java
51
+ </Import-Package >
52
+ <Export-Package >
53
+ {local-packages}
54
+ </Export-Package >
55
+ </instructions >
56
+ </configuration >
57
+ <executions >
58
+ <execution >
59
+ <id >manifest</id >
60
+ <goals >
61
+ <goal >manifest</goal >
62
+ </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
+ </execution >
73
+ </executions >
74
+ </plugin >
75
+ </plugins >
76
+ </pluginManagement >
37
77
<plugins >
38
78
<plugin >
39
79
<groupId >org.apache.maven.plugins</groupId >
105
145
<goals >deploy</goals >
106
146
</configuration >
107
147
</plugin >
148
+ <plugin >
149
+ <groupId >org.apache.felix</groupId >
150
+ <artifactId >maven-bundle-plugin</artifactId >
151
+ </plugin >
108
152
</plugins >
109
153
</build >
110
154
You can’t perform that action at this time.
0 commit comments