Skip to content

Commit 7e203bd

Browse files
fix for issues 81 (#82)
1 parent 72e415a commit 7e203bd

File tree

1 file changed

+8
-20
lines changed

1 file changed

+8
-20
lines changed

pom.xml

+8-20
Original file line numberDiff line numberDiff line change
@@ -292,17 +292,6 @@
292292
</execution>
293293
</executions>
294294
</plugin>
295-
<plugin>
296-
<groupId>org.apache.maven.plugins</groupId>
297-
<artifactId>maven-jar-plugin</artifactId>
298-
<configuration>
299-
<archive>
300-
<manifestEntries>
301-
<Multi-Release>true</Multi-Release>
302-
</manifestEntries>
303-
</archive>
304-
</configuration>
305-
</plugin>
306295
<plugin>
307296
<groupId>org.apache.felix</groupId>
308297
<artifactId>maven-bundle-plugin</artifactId>
@@ -352,15 +341,14 @@
352341
<plugin>
353342
<groupId>org.apache.maven.plugins</groupId>
354343
<artifactId>maven-jar-plugin</artifactId>
355-
<executions>
356-
<execution>
357-
<id>default-jar</id>
358-
<phase>package</phase>
359-
<goals>
360-
<goal>jar</goal>
361-
</goals>
362-
</execution>
363-
</executions>
344+
<configuration>
345+
<archive>
346+
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
347+
<manifestEntries>
348+
<Multi-Release>true</Multi-Release>
349+
</manifestEntries>
350+
</archive>
351+
</configuration>
364352
</plugin>
365353
<plugin>
366354
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)