Jakub Moravec created MJAR-279:
----------------------------------
Summary: maven-jar-plugin after upgrade of Maven to 3.8.3 doesn't
include classpath to MANIFEST
Key: MJAR-279
URL: https://issues.apache.org/jira/browse/MJAR-279
Project: Maven JAR Plugin
Issue Type: Bug
Affects Versions: 3.2.0
Environment: JDK 1.8.0_271
Reporter: Jakub Moravec
Attachments: image-20211025-122928.png
{noformat}
Plugin configuration:{noformat}
{noformat}
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<index>false</index>
<manifest>
<addClasspath>true</addClasspath>
<useUniqueVersions>false</useUniqueVersions>
<mainClass>eu.profinit.manta.platform.cli.Main</mainClass>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
</manifest>
</archive>
</configuration>
</plugin>{noformat}
Diff of MANIFEST.MF before ({{mvn clean install}} executed with Maven 3.5.4)
and after ({{mvn clean install}} executed with Maven 3.8.3) is attached.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)