File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 151
151
</execution >
152
152
</executions >
153
153
</plugin >
154
+ <plugin >
155
+ <groupId >org.apache.felix</groupId >
156
+ <artifactId >maven-bundle-plugin</artifactId >
157
+ <version >3.0.1</version >
158
+ <extensions >true</extensions >
159
+ <configuration >
160
+ <manifestLocation >META-INF</manifestLocation >
161
+ <instructions >
162
+ <Bundle-Version >$(replace;$(project.version);-SNAPSHOT;.$(tstamp;yyyyMMdd-HHmm))</Bundle-Version >
163
+ <Bundle-Vendor >The AsyncHttpClient Project</Bundle-Vendor >
164
+ <Import-Package >javax.activation;version="[1.1,2)", *</Import-Package >
165
+ </instructions >
166
+ </configuration >
167
+ <executions >
168
+ <execution >
169
+ <id >osgi-bundle</id >
170
+ <phase >package</phase >
171
+ <goals >
172
+ <goal >bundle</goal >
173
+ </goals >
174
+ </execution >
175
+ </executions >
176
+ </plugin >
154
177
</plugins >
155
178
<pluginManagement >
156
179
<plugins >
You can’t perform that action at this time.
0 commit comments