Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getOptionalInactiveProjectSelectors (0.39 seconds)

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

            assertContainsExactlyInAnyOrder(activation.getRequiredInactiveProjectSelectors(), "test1", "test2");
            assertContainsExactlyInAnyOrder(activation.getOptionalInactiveProjectSelectors(), "test3", "test4");
    
            activation = new ProjectActivation();
            performProjectActivation(parser.parse(options, new String[] {"-pl", "-test1,+test2"}), activation);
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Wed Sep 17 10:01:14 GMT 2025
    - 30.9K bytes
    - Click Count (0)
Back to Top