Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.0.0-M5
-
None
-
None
Description
In IntegrationTestMojo(AbstractSurefireMojo).createForkConfiguration, JAR is ready and as useModulePath is set to true by default, "modular classpath" is used.
useModulePath has to be set to false for getting the "manifest only jar" working.
useManifestOnlyJar or useModulePath should be set to false for not confusing users.