I\'m trying to package a project using OptaPlanner 6.0.1 libraries into a .jar through IntelliJ IDEA\'s jar artifact but instead of my manifest.mf containing the standard
I had a similar problem.
The problem was in file pom.xml.
one.jar, two.rar, other.jar
I do not know for what reason this code works in eclipse, but not in IntelliJ
This it correct.
Manifest.mf worked!!!
I hope this helps.