DevOps / Maven Surefire Plugin Interview Questions
What does the useSystemClassLoader option control?
It decides whether the forked test JVM is launched using the system classloader directly, or via a manifest-only jar whose manifest lists the classpath. Some environments — notably Windows with very long classpaths — need the manifest-only jar approach to avoid command-line length limits.
More Related questions...