-
Notifications
You must be signed in to change notification settings - Fork 81
Closed as not planned
Closed as not planned
Copy link
Labels
bugSomething isn't workingSomething isn't workingpriority:blockerBlocks development and/or testing work, production could not runBlocks development and/or testing work, production could not run
Description
Jakub Moravec opened MJAR-279 and commented
Plugin configuration:
<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>
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.
Affects: 3.2.0
Attachments:
- debug_3_5_4_OK.log (821.71 kB)
- debug_3_6_3_OK.log (821.14 kB)
- debug_3_8_1_OK.log (821.26 kB)
- debug_3_8_2_OK.log (816.10 kB)
- debug_3_8_3_NOK.log (810.17 kB)
- image-20211025-122928.png (35.86 kB)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingpriority:blockerBlocks development and/or testing work, production could not runBlocks development and/or testing work, production could not run