Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testMVNConfigurationThreadCanBeOverwrittenViaCommandLine (0.34 sec)

  1. compat/maven-embedder/src/test/java/org/apache/maven/cli/MavenCliTest.java

         * and check if the {@code -T 3} option can be overwritten via command line
         * argument.
         *
         * @throws Exception in case of failure.
         */
        @Test
        void testMVNConfigurationThreadCanBeOverwrittenViaCommandLine() throws Exception {
            System.setProperty(
                    MavenCli.MULTIMODULE_PROJECT_DIRECTORY,
                    new File("src/test/projects/mavenConfigProperties").getCanonicalPath());
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 30.3K bytes
    - Viewed (0)
Back to top