File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change 24
24
<modelVersion >4.0.0</modelVersion >
25
25
<groupId >nu.validator.htmlparser</groupId >
26
26
<artifactId >htmlparser</artifactId >
27
- <packaging >bundle</packaging >
28
27
<version >1.4</version >
29
28
<name >htmlparser</name >
30
29
<url >http://about.validator.nu/htmlparser/</url >
144
143
<skip >true</skip >
145
144
</configuration >
146
145
</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 >
166
146
</plugins >
167
147
</build >
168
148
<dependencies >
You can’t perform that action at this time.
0 commit comments