File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change 9898 </redirectTestOutputToFile >
9999 </configuration >
100100 </plugin >
101- <plugin >
102- <groupId >org.apache.felix</groupId >
103- <artifactId >maven-bundle-plugin</artifactId >
104- <version >3.0.1</version >
105- <extensions >true</extensions >
106- <configuration >
107- <manifestLocation >META-INF</manifestLocation >
108- <instructions >
109- <Bundle-Version >$(replace;$(project.version);-SNAPSHOT;.$(tstamp;yyyyMMdd-HHmm))</Bundle-Version >
110- <Bundle-Vendor >The AsyncHttpClient Project</Bundle-Vendor >
111- </instructions >
112- </configuration >
113- <executions >
114- <execution >
115- <id >osgi-bundle</id >
116- <phase >package</phase >
117- <goals >
118- <goal >bundle</goal >
119- </goals >
120- </execution >
121- </executions >
122- </plugin >
123101 <plugin >
124102 <artifactId >maven-enforcer-plugin</artifactId >
125103 <version >1.4.1</version >
You can’t perform that action at this time.
0 commit comments