Skip to content

Commit 8b28451

Browse files
Remove support for OSGi bundles from pom.xml
1 parent fd5ba1e commit 8b28451

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

pom.xml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
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>
@@ -144,25 +143,6 @@
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>

0 commit comments

Comments
 (0)