Skip to content

Commit 363f0a5

Browse files
committed
remove unused parts
Signed-off-by: Ceki Gulcu <[email protected]>
1 parent 171679b commit 363f0a5

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
<maven-deploy-plugin.version>3.0.0-M1</maven-deploy-plugin.version>
5959
<maven-jar-plugin.version>3.2.0</maven-jar-plugin.version>
6060
<maven-jxr-plugin.version>3.1.1</maven-jxr-plugin.version>
61+
<maven-bundle-plugin.version>5.1.8</maven-bundle-plugin.version>
6162
<build-helper-maven-plugin.version>3.2.0</build-helper-maven-plugin.version>
6263

6364
</properties>
@@ -239,6 +240,7 @@
239240
<plugin>
240241
<groupId>org.apache.felix</groupId>
241242
<artifactId>maven-bundle-plugin</artifactId>
243+
<version>${maven-bundle-plugin.version}</version>
242244
<executions>
243245
<execution>
244246
<id>bundle-manifest</id>
@@ -247,8 +249,8 @@
247249
<goal>manifest</goal>
248250
</goals>
249251
<configuration>
250-
<unpackBundle>true</unpackBundle>
251252
<instructions>
253+
<!-- populated by the plugin itself -->
252254
<Bundle-Version>${parsedVersion.osgiVersion}</Bundle-Version>
253255
<Bundle-Description>${project.description}</Bundle-Description>
254256
<X-Compile-Source-JDK>${maven.compiler.source}</X-Compile-Source-JDK>

slf4j-api/pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,6 @@
5353
</executions>
5454
</plugin>
5555

56-
<plugin>
57-
<groupId>org.apache.felix</groupId>
58-
<artifactId>maven-bundle-plugin</artifactId>
59-
<executions>
60-
<execution>
61-
<id>bundle-manifest</id>
62-
<phase>process-classes</phase>
63-
<goals>
64-
<goal>manifest</goal>
65-
</goals>
66-
</execution>
67-
</executions>
68-
</plugin>
6956
</plugins>
7057

7158
</build>

0 commit comments

Comments
 (0)