File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 <modelVersion >4.0.0</modelVersion >
2525 <groupId >nu.validator.htmlparser</groupId >
2626 <artifactId >htmlparser</artifactId >
27- <packaging >bundle</packaging >
2827 <version >1.4</version >
2928 <name >htmlparser</name >
3029 <url >http://about.validator.nu/htmlparser/</url >
144143 <skip >true</skip >
145144 </configuration >
146145 </plugin >
147- <plugin >
148- <groupId >org.apache.felix</groupId >
149- <artifactId >maven-bundle-plugin</artifactId >
150- <version >2.3.7</version >
151- <extensions >true</extensions >
152- <configuration >
153- <archive >
154- <addMavenDescriptor >false</addMavenDescriptor >
155- </archive >
156- <instructions >
157- <Bundle-Name >${project.name} </Bundle-Name >
158- <Bundle-SymbolicName >nu.validator.htmlparser</Bundle-SymbolicName >
159- <Bundle-Version >${project.version} </Bundle-Version >
160- <Bundle-RequiredExecutionEnvironment >J2SE-1.5</Bundle-RequiredExecutionEnvironment >
161- <Automatic-Module-Name >nu.validator.htmlparser</Automatic-Module-Name >
162- <_removeheaders >Built-By,Bnd-LastModified</_removeheaders >
163- </instructions >
164- </configuration >
165- </plugin >
166146 </plugins >
167147 </build >
168148 <dependencies >
You can’t perform that action at this time.
0 commit comments